Wikipedia[en] is a RAG built using the '20220301.en' subset of HuggingFace dataset wikipedia. It contains ~6.5M articles. The RAG is built using the BAAI/bge-large-en-v1.5 model.
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "yQ8NzzdDUjQdVrcVIMcng5oxHI_OLCyMMzmX1KVOI8I", "level": 2}'