Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] multi-chat option #2126

Open
lopatkovn opened this issue Nov 16, 2024 · 1 comment
Open

[QUESTION] multi-chat option #2126

lopatkovn opened this issue Nov 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@lopatkovn
Copy link

lopatkovn commented Nov 16, 2024

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

@lopatkovn lopatkovn added the question Further information is requested label Nov 16, 2024
@psychopatz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants