Created at 7pm, Jan 5
snpdmMedicine
0
Basic Anatomy of Kidney
tSRWQFkrZV-qoqGJWQ0TAGUiTzd4My7A_Z-vkuf87yg
File Type
PDF
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The four layers of the kidney are the renal capsule, renal cortex, renal medulla, and renal pelvis. All four layers exist to support the kidney in filtering blood and creating urine. In this picture we can see all of the layers aforementioned.

X medicalgraphics.de
id: ebc12480e42a97194417adcd9d1338aa - page: 1
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": "tSRWQFkrZV-qoqGJWQ0TAGUiTzd4My7A_Z-vkuf87yg", "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": "tSRWQFkrZV-qoqGJWQ0TAGUiTzd4My7A_Z-vkuf87yg", "level": 2}'