jianyangg / local-llm

DSTA Internship Project
0 stars 0 forks source link

Customising vector DB index to each user #17

Closed jianyangg closed 1 week ago

jianyangg commented 1 week ago

Putting a hold on the Graph DB efforts for now; Direction moving forward is to link the unique ID of the user to the database directly (not the best implementation, but suffice as a proof of concept) to which will be used to store the documents in a separate vector DB index to achieve isolation of database for different tenants.