Created at 1pm, Jan 7
Winning-CircleCulture
3
a voice note for English learners.
zx24wmvKhSUughLRO2PY7Nx7S_42SBw_VD28DmJ0THs
File Type
MP3
Entry Count
104
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
If you touch a door and it's hot, don't open it.
start: 02:50 - end: 02:53
There might be a fire on the other side.
start: 02:53 - end: 02:55
What do I do if my clothes catch on fire?
start: 02:55 - end: 02:59
Do not run.
start: 02:59 - end: 03:00
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": "zx24wmvKhSUughLRO2PY7Nx7S_42SBw_VD28DmJ0THs", "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": "zx24wmvKhSUughLRO2PY7Nx7S_42SBw_VD28DmJ0THs", "level": 2}'