Created at 6am, Apr 19
benjaminArtificial Intelligence
0
mental health counseling conversations
hmG05LR25pebhZQlNgq4ZcsX6sMZ-Hw9TTMTrp7dK1A
File Type
CUSTOM
Entry Count
3512
Embed. Model
text_embedding_3_small
Index Type
hnsw

Source:https://huggingface.co/datasets/Amod/mentalhealthcounseling_conversations?row=4 // This dataset is a collection of questions and answers sourced from two online counseling and therapy platforms. The questions cover a wide range of mental health topics, and the answers are provided by qualified psychologists. The dataset is intended to be used for fine-tuning language models to improve their ability to provide mental health advice.

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": "hmG05LR25pebhZQlNgq4ZcsX6sMZ-Hw9TTMTrp7dK1A", "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": "hmG05LR25pebhZQlNgq4ZcsX6sMZ-Hw9TTMTrp7dK1A", "level": 2}'