FBA stands for Fulfillment by Amazon, and it is a service offered by Amazon to third-party sellers on its platform. With FBA, sellers can store their products in Amazon's fulfillment centers, and Amazon takes care of the picking, packing, shipping, and customer service for those products.
# 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": "lL8Kg1oUIdCSHHPesqS0aSVkDD26jCyhBx10v_VnTkk", "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": "lL8Kg1oUIdCSHHPesqS0aSVkDD26jCyhBx10v_VnTkk", "level": 2}'