Created at 8pm, Jan 4
MelihaBook
1
Brownies Recipe
eaLuxNOIBTZCs_DnWAO4PcFJBPzskUmO2pcR1f-y1OY
File Type
DOCX
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Ingredients 2 cups white sugar 1 cups all-purpose flour 1 cup butter, melted 4 eggs cup cocoa powder 1 teaspoon vanilla extract teaspoon baking powder teaspoon salt cup walnut halves Directions Preheat the oven to 350 degrees F (175 degrees C). Grease a 9x13-inch pan. Mix sugar, flour, melted butter, eggs, cocoa powder, vanilla, baking powder, and salt in a large bowl until combined. Spread the batter into the prepared pan. Decorate with walnut halves. Bake in the preheated oven until top is dry and edges have started to pull away from the sides of the pan, about 20 to 30 minutes; cool before slicing into squares.
id: 33d8965be939bade39f353c24002951b - page: None
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": "eaLuxNOIBTZCs_DnWAO4PcFJBPzskUmO2pcR1f-y1OY", "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": "eaLuxNOIBTZCs_DnWAO4PcFJBPzskUmO2pcR1f-y1OY", "level": 2}'