When making more complex RAG chains, it's useful to have the ability to modify the number of fetched documents, add filters, or add in-between steps. These get tricky when my chain just contains a predefined retriever. I'm going to try to work with a vectorstore directly and see how the complexity turns out.
When making more complex RAG chains, it's useful to have the ability to modify the number of fetched documents, add filters, or add in-between steps. These get tricky when my chain just contains a predefined retriever. I'm going to try to work with a vectorstore directly and see how the complexity turns out.