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.
Surah | Ayah | Text |
---|---|---|
26 | 187 | "Now cause a piece of the sky to fall on us, if thou art truthful!" |
26 | 188 | He said: "My Lord knows best what ye do." |
26 | 189 | But they rejected him. Then the punishment of a day of overshadowing gloom seized them, and that was the Penalty of a Great Day. |
26 | 190 | Verily in that is a Sign: but most of them do not believe. |
# 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}'