You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi. is it possible now , or do you plan to make multi-chat option, when each user can have their id (or coockies) to chat separately ?
having separate context (maybe same docuents base , but own context of dialogue) ?
now i can ask from 1 pc - tell me phone of XXX , it will give me phone i needed , and then , on another pc i ask - tell me phone of HER , and i will recieve the same phone
The text was updated successfully, but these errors were encountered:
It is possible by autoingesting the user's conversation using the ingest api and grabbing their doc id to be stored on your database. When chatting, just pass the context_filter given the doc_id of your choosing.
A better approach to this is by using an agentic method of grabbing the users data in a proper format then make sure to constantly update the stored ingest with the relevant data.
Question
hi. is it possible now , or do you plan to make multi-chat option, when each user can have their id (or coockies) to chat separately ?
having separate context (maybe same docuents base , but own context of dialogue) ?
now i can ask from 1 pc - tell me phone of XXX , it will give me phone i needed , and then , on another pc i ask - tell me phone of HER , and i will recieve the same phone
The text was updated successfully, but these errors were encountered: