Created at 2pm, Feb 13
firstbatchGeneral
2
wikipedia/20220301.en
yQ8NzzdDUjQdVrcVIMcng5oxHI_OLCyMMzmX1KVOI8I
File Type
CUSTOM
Entry Count
443942
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

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.

How to Retrieve?

# 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}'