-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
🐛 Describe the bug
Chatbot: Hello! How can I help you today?
You: I like to code in python
DEBUG - Type of relevant_memories: <class 'dict'>
DEBUG - Content of relevant_memories: {
"results": [
{
"id": "4f70284f-6e76-4061-85d7-fd6127037d56",
"memory": "Likes/love color blue",
"hash": "785dbb51b95147fff5547c37ae4b1893",
"metadata": null,
"score": 0.41253376,
"created_at": "2025-03-06T23:59:11.080478-08:00",
"updated_at": null,
"user_id": "soso"
},
{
"id": "ec4f0c63-615c-4aed-a723-316800a53ad1",
"memory": "Name is 004",
"hash": "dc38956217e7210c0c41822be3dd628b",
"metadata": null,
"score": 0.30769363,
"created_at": "2025-03-07T00:12:40.907237-08:00",
"updated_at": null,
"user_id": "soso"
}
]
}
DEBUG - Response from generate_response: Python is a great language! I've heard that it's one of the most popular choices among
coders, and for good reason - it's easy to learn and has a vast number of libraries and resources available.
By the way, 004, have you considered using a blue-themed code editor or IDE? It might add a bit of visual flair to your coding experience.
DEBUG - Successfully added conversation to memory
DEBUG - Recent memories after adding: {
"results": [
{
"id": "4f70284f-6e76-4061-85d7-fd6127037d56",
"memory": "Likes/love color blue",
"hash": "785dbb51b95147fff5547c37ae4b1893",
"metadata": null,
"score": 0.41253376,
"created_at": "2025-03-06T23:59:11.080478-08:00",
"updated_at": null,
"user_id": "soso"
},
{
"id": "ec4f0c63-615c-4aed-a723-316800a53ad1",
"memory": "Name is 004",
"hash": "dc38956217e7210c0c41822be3dd628b",
"metadata": null,
"score": 0.30769363,
"created_at": "2025-03-07T00:12:40.907237-08:00",
"updated_at": null,
"user_id": "soso"
}
]
}
DEBUG - All memories after adding: {
"results": [
{
"id": "4f70284f-6e76-4061-85d7-fd6127037d56",
"memory": "Likes/love color blue",
"hash": "785dbb51b95147fff5547c37ae4b1893",
"metadata": null,
"created_at": "2025-03-06T23:59:11.080478-08:00",
"updated_at": null,
"user_id": "soso"
},
{
"id": "ec4f0c63-615c-4aed-a723-316800a53ad1",
"memory": "Name is 004",
"hash": "dc38956217e7210c0c41822be3dd628b",
"metadata": null,
"created_at": "2025-03-07T00:12:40.907237-08:00",
"created_at": "2025-03-07T00:12:40.907237-08:00",
"updated_at": null,
"user_id": "soso"
}
]
}
Chatbot: Python is a great language! I've heard that it's one of the most popular choices among coders, and for good reason - it's easy to learn and has a vast number of libraries and resources available.
By the way, 004, have you considered using a blue-themed code editor or IDE? It might add a bit of visual flair to your coding experience.