Filtered Vector Search
Building Search/RAG for an OpenAPI spec - Nick Khami | Vector Space Talks - Qdrant

Building Search/RAG for an OpenAPI spec - Nick Khami | Vector Space Talks - Qdrant

4/12/2024 · Demetrios Brinkmann

What this post added

This post demonstrates building search and RAG over an OpenAPI specification using Qdrant and Trieve. It details how Qdrant's group-based system can be used to organize API endpoints by tags, enabling more structured search results. The technical implementation involves parsing the OpenAPI JSON, creating groups in Qdrant for each tag, and then inserting individual API paths as points within their respective groups. The post also briefly mentions Tantivy as a complementary search engine.

Read the original post ↗