Created at 8pm, Feb 19
benjaminshelve.index
0
A Gentle Introduction to Graph Neural Networks
77QcijXNOAcIpDll-eQSyjYBUuk-grpU22q2y7UnW1A
File Type
CUSTOM
Entry Count
141
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Brief explanation of GNNs. Name: A Gentle Introduction to Graph Neural Networks URL: https://distill.pub/2021/gnn-intro/

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": "77QcijXNOAcIpDll-eQSyjYBUuk-grpU22q2y7UnW1A", "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": "77QcijXNOAcIpDll-eQSyjYBUuk-grpU22q2y7UnW1A", "level": 2}'