79599651

Date: 2025-04-30 06:23:29
Score: 0.5
Natty:
Report link

Currently VectorChatMemoryAdvisor stores conversationId as metadata and use it for similarity search. This chats are not directly linked to user.

Option 1: New Table for Chat and Conversation IDs Create a new table to store both chat IDs and conversation IDs. Link chat data to the vector store using chat IDs.

Option 2: Add User IDs as Metadata Add userId as metadata alog with conversationId. Custom Advisor: I think there's no built-in support for adding custom metadata in VectorChatMemoryAdvisor, you'll need to develop your own advisor to handle this.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kush parsaniya