Created at 11pm, Jan 7
srtpPhilosophy
1
uzun
p_PkqyEnqH3ELUcrBn1FWO4Be3TS2_UDgw7ytLbC5lw
File Type
MP3
Entry Count
8
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

ince bir yol

They have their springs and summers and autumns and then they, you know, go to the graveyard of technology.
start: 0:27 - end: 0:34
And so we try to pick things that are in their springs.
start: 0:34 - end: 0:39
And if you choose wisely, you can save yourself an enormous amount of work versus trying to do everything.
start: 0:39 - end: 0:46
And you can really put energy into making those new emerging technologies be great on your platform.
start: 0:46 - end: 0:54
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": "p_PkqyEnqH3ELUcrBn1FWO4Be3TS2_UDgw7ytLbC5lw", "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": "p_PkqyEnqH3ELUcrBn1FWO4Be3TS2_UDgw7ytLbC5lw", "level": 2}'