Created at 8pm, Mar 12
ManagerOther
0
'Dip Your Toes' or 'Take the Plunge'?
GzQgsF0zGrmyMvUzQBIm28OQn9wAOCYAGUvc259R3ZI
File Type
MP3
Entry Count
43
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Today we talk about trying something new or something you are unsure about.People can react differently to these kinds of situations. Some people may want to jump right in feet first. They may want to take the plunge!And some people may want to test the waters. They may want to dip their toes in first.Which kind of person are you? Well, imagine you are standing on the edge of a lake or swimming pool. You want to get into the water, but you don’t know the water’s temperature.

You do not wait or hesitate.
start: 02:14 - end: 02:17
We use the expression dip your toes in for many situations.
start: 02:17 - end: 02:23
You may want to try an activity briefly to find out if you like it first.
start: 02:23 - end: 02:30
It can also mean you start something very carefully before becoming involved in something that you are not experienced at.
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": "GzQgsF0zGrmyMvUzQBIm28OQn9wAOCYAGUvc259R3ZI", "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": "GzQgsF0zGrmyMvUzQBIm28OQn9wAOCYAGUvc259R3ZI", "level": 2}'