Find answers from the community

Updated 2 months ago

Hey guys, In RAG context, is there a way

Hey guys, In RAG context, is there a way where I can retrieve a set of nodes based on a query, and then use only those nodes for further queries? Thanks!
W
h
2 comments
You could extract the nodes from the parent index with your first query and create a index out of those nodes and ask alll the next queries from it?
I am using pinecone as vector store. Is it possible to create a sub-index in this context? Think of this as multiple parent queries and sub-queries, and not a one-time question-answer.
Add a reply
Sign up and join the conversation on Discord