-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_questions.json
More file actions
22 lines (22 loc) · 824 Bytes
/
Copy pathtest_questions.json
File metadata and controls
22 lines (22 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"question": "What is AgentAlpha?",
"ground_truth": "AgentAlpha is a minimal RAG agent with multi-LLM support, dual memory system, and document ingestion capabilities"
},
{
"question": "What LLM providers does AgentAlpha support?",
"ground_truth": "AgentAlpha supports Ollama, OpenAI, and DeepSeek"
},
{
"question": "How does the memory system work?",
"ground_truth": "AgentAlpha uses a dual memory system with a recent message buffer and automatic summarization for long conversations"
},
{
"question": "What document formats can be processed?",
"ground_truth": "AgentAlpha can process PDF and TXT documents for RAG"
},
{
"question": "How do you deploy AgentAlpha?",
"ground_truth": "AgentAlpha can be deployed using Docker with docker-compose up command"
}
]