Skip to content
Snippets Groups Projects
Commit e2c61884 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

docs: improved wording

parent fd4abb3b
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
"create-llama": patch
---
Use is_empty filter for private files in LlamaCloud Index
Change metadata filters to use already existing documents in LlamaCloud Index
---
"create-llama": patch
---
fix: dont use props as state in chat suggestion component
......@@ -2,4 +2,4 @@
"create-llama": patch
---
Use callback manager properly
Use one callback manager per request
......@@ -2,4 +2,4 @@
"create-llama": patch
---
Bump create-llama version to 0.11.1
Bump llama_index version to 0.11.1
......@@ -2,4 +2,4 @@
"create-llama": patch
---
fix: keep origin upload filename
Fix to use filename for uploaded documents in NextJS
......@@ -2,4 +2,4 @@
"create-llama": patch
---
feat: simplify CLI interface
Simplify CLI interface
......@@ -173,14 +173,14 @@ const program = new Commander.Command(packageJson.name)
"--ask-models",
`
Select LLM and embedding models.
Allow interactive selection of LLM and embedding models of different model providers.
`,
)
.option(
"--ask-examples",
`
Select community templates and LlamaPacks.
Allow interactive selection of community templates and LlamaPacks.
`,
)
.allowUnknownOption()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment