David Buss talks about the reasons for male vs female infidelity from the evolutionary perspective.The Joe Rogan Experience, March 2023
# 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": "9ULqJwNin97-DT7XkPnqZEiUC_5knGufayAv7_qQ5rA", "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": "9ULqJwNin97-DT7XkPnqZEiUC_5knGufayAv7_qQ5rA", "level": 2}'