Created at 7am, Jan 2
omerCrypto
2
Ethereum Layer 2 Solutions
pPgyeHRtD2PSGjHycCARZH1odjgYPhn4x_EvivRuo9Y
File Type
MULTI
Entry Count
106
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
  • L2Beat’s “Upgradeability of Ethereum L2s” Report (Jul 2023, Funded by Polygon)
  • Grayscale’s “Layer 2s: Paving the Road to Scale Ethereum” Article (Sep 2023)
  • AI generated comparison of Optimism, zkSync, Arbitrum, Starknet, Polygon zkEVM, and Scroll based on online sources
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": "pPgyeHRtD2PSGjHycCARZH1odjgYPhn4x_EvivRuo9Y", "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": "pPgyeHRtD2PSGjHycCARZH1odjgYPhn4x_EvivRuo9Y", "level": 2}'