Created at 2pm, Jan 2
Ms-RAGHealth & Lifestyle
0
Your Complete Puppy Guide
Bca22oOaWg1eQ46AVGb3Hz7VNGKtSgepokF5Nsj_SB8
File Type
PDF
Entry Count
2
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Whether you've owned dogs before or this is new territory for you, we've put together everything you need to know about welcoming a puppy into your life!

Puppy insurance 3 4 6 7 8 8 8 8 8 9 11 13 14 16 17 19 21 22 23 25 26 28 28 29 31 32 34 35 36 38 40 Puppy guide | Buying a puppy www.petguard.co.uk
id: cc9561f6d2ae3ceadbc8462d1b5b0901 - page: 2
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": "Bca22oOaWg1eQ46AVGb3Hz7VNGKtSgepokF5Nsj_SB8", "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": "Bca22oOaWg1eQ46AVGb3Hz7VNGKtSgepokF5Nsj_SB8", "level": 2}'