Created at 10pm, Jan 16
uGFNDAgkCulture
0
Disneyland
lx-dxCL38tw6xXHit2Ru0WlhXKh6PKLpbQCfsufGh6A
File Type
MULTI
Entry Count
116
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

a Disneyland review, all infomation about Disneyland.

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