Created at 7pm, Jun 27
librarianScience
0
Coinbase Docs
6n5oaS5G42rDY-cuY6buBX60l3WbgUBUYdtE5B_dkHE
File Type
CUSTOM
Entry Count
303
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Coinbase document index, crawled by lazkopat61….

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": "6n5oaS5G42rDY-cuY6buBX60l3WbgUBUYdtE5B_dkHE", "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": "6n5oaS5G42rDY-cuY6buBX60l3WbgUBUYdtE5B_dkHE", "level": 2}'