Sending multiple documents types from API Loader into the same vector store #1671
Answered
by
HenryHengZJ
poniatowski1987
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
HenryHengZJ
Feb 7, 2024
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chungyau97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




what I usually recommend others doing is to use a vector store with metadata. Upsert specific data with different metadata key value pair.
Later at query time, use Retriever Tool with description to let LLM knows which vector store with specific metadata to query: