Created at 8pm, Jan 7
HurEzAGGArt
0
The Beatles - Let It Be
tsUxhOKD-meBZVQYokfVOzQ568_qEiiloXVEBUgWys8
File Type
MP3
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
When I find myself in times of trouble Mother Mary comes to me Speaking words of wisdom, let it be And in my hour of darkness She is standing right in front of me Speaking words of wisdom, let it be Let it be, let it be, let it be, let it be Whisper words of wisdom, let it be And when the broken hearted people Living in the world agree There will be an answer, let it be For though they may be parted There is still a chance that they will see There will be an answer, let it be Let it be, let it be, let it be, let it be Yeah, there will be an answer, let it be Let it be, let it be, let it be, let it be Whisper words of wisdom, let it be Let it be, let it be, let it be, let it be Let it be, let it be, let it be, let it be Whisper words of wisdom, let it be And when the night is cloudy There is still a light that shines on me Shine until tomorrow, let it be I wake up to the sound of music Mother Mary comes to me Speaking words of wisdom, let it be Let it be, let it be, let it be, let it be Yeah, there will be an answer, let it be Let it be, let it be, let it be, let it be Yeah, there will be an answer, let it be Let it be, let it be, let it be, let it be Whisper words of wisdom, let it be Let it be, let it be, let it be, let it be
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": "tsUxhOKD-meBZVQYokfVOzQ568_qEiiloXVEBUgWys8", "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": "tsUxhOKD-meBZVQYokfVOzQ568_qEiiloXVEBUgWys8", "level": 2}'