TeamTonic / adapt-a-rag

a RAG retrieval application that adapts to its specific user and topic , so that it's purpose built everytime.
MIT License
13 stars 6 forks source link

Using vector store as a retriever for a chain or agent #18

Closed Josephrp closed 7 months ago

Josephrp commented 7 months ago

Issue

class BasicMH(dspy.Module):
...
            search_results = self.claude_model.search(question, context=context, k=self.passages_per_hop)

doesnt exist

Task

Complete application logic with the retrieval agent.