Spaces:
Sleeping
Sleeping
README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Financial Agentic RAG
|
| 3 |
+
emoji: 💹
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Financial Agentic RAG System
|
| 12 |
+
|
| 13 |
+
A multi-agent financial reasoning system that combines:
|
| 14 |
+
- LLM-based query understanding
|
| 15 |
+
- Retrieval-Augmented Generation (RAG)
|
| 16 |
+
- Market data and news analysis
|
| 17 |
+
- Risk-aware reasoning
|
| 18 |
+
- Structured report generation
|
| 19 |
+
|
| 20 |
+
## API Usage
|
| 21 |
+
|
| 22 |
+
Visit `/docs` to access the FastAPI Swagger UI.
|
| 23 |
+
|
| 24 |
+
Example query:
|
| 25 |
+
```json
|
| 26 |
+
POST /api/query
|
| 27 |
+
{
|
| 28 |
+
"query": "Compare NVIDIA and AMD for 3 months"
|
| 29 |
+
}
|