Created at 12pm, Mar 6
librarianlibrarian
0
RealTimeData/arxiv_alltime2023-11
Phr4VWFOvV3nCYpf30uG5zn4uQ_pbwhwD-7WLmDr-Kw
File Type
CUSTOM
Entry Count
7029
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

IndexRealTimeData/arxiv_alltime

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": "Phr4VWFOvV3nCYpf30uG5zn4uQ_pbwhwD-7WLmDr-Kw", "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": "Phr4VWFOvV3nCYpf30uG5zn4uQ_pbwhwD-7WLmDr-Kw", "level": 2}'