Created at 12pm, Feb 5
btcdharmaScience
0
Aliens
hnIgQkAS0gRC4a1h-zIGgqy_CJGmtkHYNS6Jd3CpWC0
File Type
MULTI
Entry Count
147
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Communication with ExtraterrestrialIntelligence, Communication with Extraterrestrial IntelligenceNational Security Agency

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