Created at 11am, Mar 5
Ms-RAGBook
0
The House of Night Series by
q5dVCX2AI1vyQFsmbPiR3HcBrxiwsChR1tXwmGFQ5SM
File Type
MULTI
Entry Count
7915
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The entire series by P.C Cast and Kristen Cast

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": "q5dVCX2AI1vyQFsmbPiR3HcBrxiwsChR1tXwmGFQ5SM", "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": "q5dVCX2AI1vyQFsmbPiR3HcBrxiwsChR1tXwmGFQ5SM", "level": 2}'