Created at 6pm, Feb 27
librarianlibrarian
2
gbharti/finance-alpaca
YMd10LUnvds1qXBX6Bu90yqwkKYTIAZQBon_PJb7L-0
File Type
CUSTOM
Entry Count
71110
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

This dataset contains a diverse set of passages, including instructional guides, factual information, creative tasks, and explanatory texts. The topics covered range from language learning, mathematics, history, computer science, to everyday life tasks. This dataset could be useful

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