Find answers from the community

Updated 10 months ago

Hi, I have a question about index

At a glance
The community member has a project with two main functions: one that selects and loads the index, and another for chatting with a document. The issue is that when a second user logs in and loads a file, both users see the same file loaded, instead of having separate files for each user. The community member is asking if there are any other ways to separate the index loading for users, apart from using multiprocessing in the Flask example. The other community members confirm that the goal is to have a separate index for each user.
Hi, I have a question about index separation for multiple users. Right now, my project has two main functions: One function selects and loads the index, the other is the chatting with the document part. Everything seems fine with one user, but when a second user logins and loads a file, both users that are logged in have the same file loaded, instead of two separate files for two separate users. My question is, are there any other ways of separation apart from multiprocessing in the flask example to separate the index loading for users?
W
j
2 comments
Do you want to have index user wise?
For each user a separate index?
Yes, that's the goal
Add a reply
Sign up and join the conversation on Discord