Created at 8pm, Jan 4
MelihaBook
1
Turkish Döner Kebab Recipe
cIBdgzIceODtnROK8qYIYux2U6m8kNIn0FzAWKMnhQo
File Type
DOCX
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Ingredients 1 teaspoon all-purpose flour 1 teaspoon dried oregano teaspoon salt teaspoon garlic powder teaspoon onion powder teaspoon dried Italian herb seasoning teaspoon ground black pepper teaspoon cayenne pepper 1 pounds ground lamb Directions Preheat the oven to 350 degrees F (175 degrees C). Combine flour, oregano, salt, garlic powder, onion powder, Italian seasoning, black pepper, and cayenne pepper in a large bowl. Add ground lamb and knead until thoroughly mixed together, about 3 minutes. Shape seasoned lamb mixture and place into a loaf pan; set on top of a baking sheet. Bake in the preheated oven, turning halfway to ensure even browning, for about 1 hour and 20 minutes. Wrap loaf in aluminum foil and let rest for about 10 minutes. Slice as thinly as possible to make doner kebab pieces. Formularbeginn Formularende
id: 70cb37278480543c190cfb853e475f52 - 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": "cIBdgzIceODtnROK8qYIYux2U6m8kNIn0FzAWKMnhQo", "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": "cIBdgzIceODtnROK8qYIYux2U6m8kNIn0FzAWKMnhQo", "level": 2}'