Created at 1pm, Jan 7
ProactivePhilosophy
0
Philosophy
LrITiB1A5gikf1a430NlIlfN7CMF5xJgnij53LSAHgM
File Type
PDF
Entry Count
2
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Instead, let us revel in the audacity to pursue, to risk, to fail, for in these moments, we uncover the profoundest truths about ourselves and the world we inhabit. Life's challenges are not roadblocks but rather invita<ons to manifest the extraordinary within the realm of the possible.
id: 1e8f87165105f091180ade979075e9c7 - 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": "LrITiB1A5gikf1a430NlIlfN7CMF5xJgnij53LSAHgM", "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": "LrITiB1A5gikf1a430NlIlfN7CMF5xJgnij53LSAHgM", "level": 2}'