Created at 11am, Jan 5
NftgurusuMedicine
0
Where are the foramens and which structures pass through ?
s3hdewCzlmxNu2oxB5xNa31W7VAupFnyBhQlThvtfW8
File Type
DOCX
Entry Count
2
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
.Middle meningeal artery and vein 8-Foramen lacerum (Foramen lacerum is located among temporal, occipital and sphenoid bones) .Greater petrosus nerve 9-Carotid canal (Carotid canal is located in temporal bone) .Internal carotid artery .Carotic plexus 10-Foramen jugulare .9,10,11 .Internal jugular vein 11-Stylomastoid foramen (it is located under the styloid process of temporal bone) .Facial nerve 12-Hypoglossus canal (it is located medially to jugular foramen) .Hypoglossus nerve 13-Condylar canal (it is located under the occipital condyle)
id: 1f8b5b59ca53ed9eabee63a359a1eba5 - page: None
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: e2a45a78-25f6-448a-a890-a82613d9802f" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "s3hdewCzlmxNu2oxB5xNa31W7VAupFnyBhQlThvtfW8", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: e2a45a78-25f6-448a-a890-a82613d9802f" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "s3hdewCzlmxNu2oxB5xNa31W7VAupFnyBhQlThvtfW8", "level": 2}'