Conversation
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
|
Hey @lukemarsden. |
|
Could you add a |
|
Should the default collection name "helix-documents" and search limit 10 be configurable via RAGSettings rather than hardcoded? Other providers seem to allow collection name configuration? |
They are configurable. |
Signed-off-by: Anush008 <anushshetty90@gmail.com>
|
Included the test suites that run on a local Qdrant instance. docker run -p 6333:6333 -p 6334:6334 qdrant/qdrantYou can view the vectors at http://localhost:6333/dashboard. |
93e4998 to
c07feb5
Compare
|
Hey @chocobar @lukemarsden |
Description
This PR adds Qdrant as a RAG provider in Helix.
Testing
I've unit tested the
rag_qdrant.goimplementation with a local Qdrant instance.RAG_QDRANT_HOST,RAG_QDRANT_PORTto"localhost"and6334respectively.You can view the vectors at http://localhost:6333/dashboard.