Skip to content

Added to memory, but didn't actually make it into the database 🤔 #2327

@sfz009900

Description

@sfz009900

🐛 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions