In this episode, the Theory and Philosophy focuses on the Second Treatise of Government by John Locke. Theory and Philosophy, March 2024
# 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": "yA4rK7GrJRiONtz-tl65r_mbgfvPwKw2xJtKjoFbESc", "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": "yA4rK7GrJRiONtz-tl65r_mbgfvPwKw2xJtKjoFbESc", "level": 2}'