Created at 8pm, Jan 4
MelihaHealth & Lifestyle
1
Best Foods For Weight Loss
XSqKHGDEtfQfsPm9El23I9lbybzKujSoq5u4U1If2wI
File Type
DOCX
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Eggs Leafy greens Fish Cruciferous vegetables Chicken breast and some lean meats Potatoes and other root vegetables Soups Avocados Nuts Whole grains Chilli pepper Beans and legumes Fruit Chia Seeds Greek yogurt
id: b944dc3c9605d1c2f51e369847ac44d5 - page: None
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": "XSqKHGDEtfQfsPm9El23I9lbybzKujSoq5u4U1If2wI", "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": "XSqKHGDEtfQfsPm9El23I9lbybzKujSoq5u4U1If2wI", "level": 2}'