Created at 10pm, Apr 19
benjaminArtificial Intelligence
0
gretelai/synthetic_text_to_sql
qgSUaRc4EgoJD1BlR3Qq8YegLTF_O6tG_SVtJsJIDD0
File Type
CUSTOM
Entry Count
100000
Embed. Model
text_embedding_3_small
Index Type
hnsw

gretelai/synthetictextto_sql is a rich dataset of high quality synthetic Text-to-SQL samples, designed and generated using Gretel Navigator, and released under Apache 2.0.

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