Spaces:
Runtime error
Runtime error
Add telemetry support using Phoenix for LlamaIndex observability
Browse files
README.md
CHANGED
|
@@ -17,6 +17,25 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 17 |
|
| 18 |
# Agent course final assignement
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Install
|
| 21 |
|
| 22 |
## LlamaIndex observability
|
|
|
|
| 17 |
|
| 18 |
# Agent course final assignement
|
| 19 |
|
| 20 |
+
## What do I want to do ?
|
| 21 |
+
|
| 22 |
+
Orchestration / steps :
|
| 23 |
+
- [x] Analyze the user query, make a plan
|
| 24 |
+
- [x] (Multi-agent step)
|
| 25 |
+
- [x] Plan the tools to gather external resources
|
| 26 |
+
- [x] Analyze resources and summarize learnings
|
| 27 |
+
- [x] Answer the question
|
| 28 |
+
- [x] Parse the result in the response format
|
| 29 |
+
|
| 30 |
+
Tools :
|
| 31 |
+
- [x] Web search
|
| 32 |
+
- [x] Url requests
|
| 33 |
+
- [ ] Image queries
|
| 34 |
+
- [ ] Video queries
|
| 35 |
+
- [ ] Website parser
|
| 36 |
+
- [ ] Text chunker
|
| 37 |
+
- [ ]
|
| 38 |
+
|
| 39 |
## Install
|
| 40 |
|
| 41 |
## LlamaIndex observability
|