Created at 1pm, Jan 8
Ms-RAGBook
0
The Witcher Series
lxBNt4Z2n65_UWqv8Z_iMcfs-AIrZFubPOAT_iphHAw
File Type
MULTI
Entry Count
7226
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The Last Wish - Witcher 1Sword of Destiny - Witcher 2Blood of Elves - Witcher 3The Time of Contempt- Witcher 4Baptism of Fire - Witcher 5The Tower of the Swallow- Witcher 6The Lady of the Lake- Witcher -7Season of Storms - Witcher 8by Andrzej Sapkowski

How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "lxBNt4Z2n65_UWqv8Z_iMcfs-AIrZFubPOAT_iphHAw", "query": "What is alexanDRIA library?"}'
        
# 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": "lxBNt4Z2n65_UWqv8Z_iMcfs-AIrZFubPOAT_iphHAw", "level": 2}'