Created at 5pm, Feb 27
librarianlibrarian
2
math-ai/AutoMathText
YSGUrbkczYkNnOwjevejIkBTASQgijVbeuK236FeaP0
File Type
CUSTOM
Entry Count
139202
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

This dataset consists of passages discussing various mathematical and statistical concepts. It includes explanations of probability, set theory, mathematical notation, and problem-solving methods. The dataset also contains examples of these concepts, as well as code snippets for simulations and calculations.

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