Find answers from the community

Updated 8 months ago

Hi, how would I have each user have a

Hi, how would I have each user have a separate index? Can't seem to find anything that mentions seperate user-seperate index anywhere
W
J
5 comments
You'll have to make separate index at your side for separate user.

I would suggest using a vector store as nothing stays in the memory and if there are multiple indexs for multiple user it will only add up in the memory!
I’ve done the separation, but i’m having trouble loading the indices for users separately . As when a user loads one file, the other user does too. Any suggestions? Should I put the value of index loaded into a db?
Or do i create a seperate query engine for every user?
Yea you'll have to make separate query_engine for separate indexes
Ahh okay, thank you very much
Add a reply
Sign up and join the conversation on Discord