TanGentleman / Augmenta

Automate RAG-powered workflows
MIT License
1 stars 0 forks source link

Implement lower level vectorstore manipulation #23

Open TanGentleman opened 1 month ago

TanGentleman commented 1 month ago

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.