Created at 12pm, Jan 5
ProactiveTechnology
2
Shared Mailboxes in Microsoft
NyBRF1Zat-f3z8h84EqZF_Bbb_WMg40sv-qdGZ6vXw4
File Type
MP3
Entry Count
22
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

I beleive most the Company waste money for some shared accounts. If you are in Microsoft, please listen the my short podcast

Utilize Shared Calendars to coordinate vacation time, work shifts, and appointments among team members.
Also, Shared Mailboxes provide a valuable insight into ongoing conversation, making them useful for monitoring customer inquiries or service tickets.
But I need to mention something.
start: 01:41 - end: 01:44
User Limitations.
start: 01:44 - end: 01:45
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": "NyBRF1Zat-f3z8h84EqZF_Bbb_WMg40sv-qdGZ6vXw4", "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": "NyBRF1Zat-f3z8h84EqZF_Bbb_WMg40sv-qdGZ6vXw4", "level": 2}'