Created at 1pm, Feb 14
benjaminGeneral
0
What is RAG
QZWosl4uX6gyAvfc8KH89qu_GS_OZlQseoJHvqFZu1c
File Type
CUSTOM
Entry Count
0
Embed. Model
text-embedding-3-large-3072-embedding
Index Type
hnsw

Some general purpose RAG data

How to Retrieve?

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