Hello,
I want to create a search based chatbot based on users files it can be pdf, txt, rft, etc some question around that are
- In an environment like AWS should a vector db be used like(qdrant) or we just create index for each user as we have a multi tenant system?
- Can we load index in or load from some thing like AWS S3, EFS etc
- If we use Qdrant can we specify metadata like
userid
so we dont create too many index(collections) in vector db but rather define filter when querying so that only document specific to user are extracted - If we are querying pdf, txt how can we get source page no, line no, references etc