Created at 2pm, Feb 8
btcdharmaReligion
0
Introduction: Islamic Sects and Movements
G4HcmUKbxNjGW7tT4nxUfDOCG19NTBjFp1NwHb5gJhc
File Type
MULTI
Entry Count
518
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Introduction: Islamic Sects and Movements , sects of Islam, Muslim, Holy Quran

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