Add YAML metadata for Hugging Face
Browse files
README.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# Implementing a Structured Planning AI Agent with LlamaIndex
|
| 3 |
|
| 4 |
1. Set up the environment
|
|
|
|
| 1 |
|
| 2 |
+
---
|
| 3 |
+
language: "python"
|
| 4 |
+
license: "mit"
|
| 5 |
+
tags:
|
| 6 |
+
- machine-learning
|
| 7 |
+
- ai
|
| 8 |
+
- structured-planning
|
| 9 |
+
- llamaindex
|
| 10 |
+
model_name: "Structured Planning AI Agent"
|
| 11 |
+
model_type: "agent"
|
| 12 |
+
library_name: "llama-index"
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
|
| 16 |
# Implementing a Structured Planning AI Agent with LlamaIndex
|
| 17 |
|
| 18 |
1. Set up the environment
|