Created at 11am, Mar 22
librarianshelve.index
0
books
c83WIAy_ihfthOmEky4Th3iDv0gTMpDaMXxpqT53ONQ
File Type
CUSTOM
Entry Count
5
Embed. Model
text_embedding_3_small
Index Type
hnsw

Best books I read

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