Created at 8pm, Feb 11
Winning-CircleHealth & Lifestyle
1
Italian Man Might Regain Use of Hand after Nerve Operation
OOD43t4FV1xwz9w44Di9LEq4Ejr6CTX7SL2y6x0tg2g
File Type
MP3
Entry Count
33
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

A man in Italy might regain the use of his hand after having a new kind of medical operation.

On December 21, doctors carried out the operation.
start: 02:15 - end: 02:21
They hope it will give him the ability to use his left hand.
start: 02:21 - end: 02:27
Gaviglio will need about five months of special care after the operation.
start: 02:27 - end: 02:35
For now, he is still unable to move the hand at all.
start: 02:35 - end: 02:41
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": "OOD43t4FV1xwz9w44Di9LEq4Ejr6CTX7SL2y6x0tg2g", "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": "OOD43t4FV1xwz9w44Di9LEq4Ejr6CTX7SL2y6x0tg2g", "level": 2}'