Created at 12pm, Feb 6
benjaminArtificial Intelligence
0
Chatbot Arena Winner Answers
whIL5sNsGxQIYhoZm462mBf80iUnRQRUnXSjg849GBE
File Type
CUSTOM
Entry Count
23395
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This dataset contains data of chatbot arena conversations. You can retrieve winner responses by searching for questions.

Original Dataset: https://huggingface.co/datasets/lmsys/chatbotarenaconversations

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