Created at 2pm, Feb 28
librarianlibrarian
3
camel-ai/physics
cAoay9RbxPrzQ9eYj_VIjVIfKHj7iVnpjnalKmTfWtY
File Type
CUSTOM
Entry Count
29067
Embed. Model
BAAI/bge-large-en-v1.5
Index Type
hnsw

This dataset consists of passages discussing various topics in physics. The topics include chaos theory, atomic parity violation, plasma-based technologies, operations on qubits, plasma structures in nebulae, implications of string theory, calculation of transmission coefficient, and Bell's inequality. The dataset provides detailed explanations and discussions on these topics, making it suitable for information retrieval in the field

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