Created at 10am, May 2
benjaminArtificial Intelligence
26
MetaMathQA
aiTb_dQUrPbgkQzV1CcVVj8FZKSRsukqHJ6W1CffYwc
File Type
CUSTOM
Entry Count
394996
Embed. Model
text_embedding_3_small
Index Type
hnsw

Source: https://huggingface.co/datasets/meta-math/MetaMathQA

These data are augmented from the training sets of GSM8K and MATH.

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