Created at 9am, Feb 28
librarianlibrarian
2
LawalAfeez/science-dataset
xpUrtckTGAHYps9UkrJwsllbOm6PoeGosvqZQ6pEQDI
File Type
CUSTOM
Entry Count
10546
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

This dataset contains passages related to various scientific topics including chemistry, biology, physics, and geology. The information covers a wide range of subjects such as solution concentration, plant anatomy, atomic bonds, endocrine diseases, skin structure, nuclear energy, material science, and geological formations.

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