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

1.1 Implement Pipeline Entrypoint Modules #2

Closed earth2travis closed 2 months ago

earth2travis commented 3 months ago

Setup foundational components of the pipeline. Build a base HTTP connector to enable communication with external APIs and creating an API key for accessing the Boardroom Governance API. These steps are crucial for establishing the pipeline's initial data retrieval capabilities, ensuring the system can securely and efficiently fetch the necessary data from the Boardroom API.

earth2travis commented 3 months ago

Still within the request limit of the public API key

santteegt commented 2 months ago

Once the pipeline is completely built, we need to run a complete process through all relevant endpoints

santteegt commented 2 months ago

Completed in #5