Posm commited on
Commit
93e757a
·
1 Parent(s): e795d6a

Add YAML metadata for Hugging Face

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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