Created at 4pm, Jan 5
Easy54History
1
bitcoin history
-_UZbLmCC3GGUIbPKkIf1RgOxRkaGTlMT6DUPjCXG4I
File Type
PDF
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Based on a free market ideology, bitcoin was invented in 2008 by Satoshi Nakamoto, an unknown person. Use of bitcoin as a currency began in 2009, with the release of its open-source implementation. In 2021, El Salvador adopted it as legal tender.
id: c78ad2288d568626fa9ca47ca04d8cfc - 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": "-_UZbLmCC3GGUIbPKkIf1RgOxRkaGTlMT6DUPjCXG4I", "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": "-_UZbLmCC3GGUIbPKkIf1RgOxRkaGTlMT6DUPjCXG4I", "level": 2}'