Created at 7am, Jan 14
cYBFlPBATechnology
0
Amazon FBA (Fulfillment by Amazon)
lL8Kg1oUIdCSHHPesqS0aSVkDD26jCyhBx10v_VnTkk
File Type
MULTI
Entry Count
182
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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.

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": "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}'