Created at 11am, Jan 3
andthattooReligion
48
The Holy Quran
Qze183KS9K3krz3bg_T6cO-ZfgrDdDHGf1Hb0XC-inA
File Type
CSV
Entry Count
6236
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The Holy Quran is the Holy Book or the Scripture of the Muslims. It lays down for them the law and commandments, codes for their social and moral behaviour, and contains a comprehensive religious philosophy of Islam.

Dataset Viewer
SurahAyahText
26187"Now cause a piece of the sky to fall on us, if thou art truthful!"
26188He said: "My Lord knows best what ye do."
26189But they rejected him. Then the punishment of a day of overshadowing gloom seized them, and that was the Penalty of a Great Day.
26190Verily in that is a Sign: but most of them do not believe.
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": "Qze183KS9K3krz3bg_T6cO-ZfgrDdDHGf1Hb0XC-inA", "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": "Qze183KS9K3krz3bg_T6cO-ZfgrDdDHGf1Hb0XC-inA", "level": 2}'