Created at 4pm, Apr 30
Kerim-KayaCrypto
0
Synthetic Dataset generation with ethereum's shared security
GloLapPe3w20Mfi8wWNHWTSYXdm1SANev6HqxNSBHk4
File Type
MULTI
Entry Count
342
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Here you can find Eigen Layers whitepaper and Google DeepMinds work on Synthetic dataset generation.

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": "GloLapPe3w20Mfi8wWNHWTSYXdm1SANev6HqxNSBHk4", "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": "GloLapPe3w20Mfi8wWNHWTSYXdm1SANev6HqxNSBHk4", "level": 2}'