raid-guild / gaianet-rag-api-pipeline

Supercharge your Gaianet node by generating a vector knowledge base from any API. Demo slides: https://hackmd.io/@santteegt/ByoykY4nC#/ Link to Docs below
https://raid-guild.github.io/gaianet-rag-api-pipeline/
MIT License
1 stars 0 forks source link

2.0.3 Integrate with Gaia node Qdrant Vector Store #15

Closed earth2travis closed 2 months ago

earth2travis commented 3 months ago

Integrate the output connector with the Qdrant vector store. This involves configuring the connector to communicate with Qdrant's API, ensuring seamless data ingestion and storage. Proper integration is essential for enabling efficient retrieval and querying of the knowledge base within Qdrant, enhancing the performance and usability of the AI agents.

santteegt commented 2 months ago

Related to #14

santteegt commented 2 months ago

Output connector is working as expected. Just need to make sure in #30 we use qdrant/qdrant:v1.10.1 image (the gaia node uses this version. Got errors when trying to import a snapshot generated with a newer version) so it maintains version compatibility between dev end production environments