Created at 11pm, Jan 4
btcdharmaReligion
1
Holy Quran and Bıble
ELDjoR1Zm9ak3lS5x2bLzqHBxKcVfjhyAAiqw57snDY
File Type
MULTI
Entry Count
7233
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

English version of Quran and Bıble. Words of God, religious order.

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