Skip to content

Commit e2c6188

Browse files
docs: improved wording
1 parent fd4abb3 commit e2c6188

File tree

7 files changed

+7
-12
lines changed

7 files changed

+7
-12
lines changed

.changeset/four-impalas-pay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-llama": patch
33
---
44

5-
Use is_empty filter for private files in LlamaCloud Index
5+
Change metadata filters to use already existing documents in LlamaCloud Index

.changeset/old-readers-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-papayas-camp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-llama": patch
33
---
44

5-
Use callback manager properly
5+
Use one callback manager per request

.changeset/sour-donkeys-develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-llama": patch
33
---
44

5-
Bump create-llama version to 0.11.1
5+
Bump llama_index version to 0.11.1

.changeset/strong-kids-brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-llama": patch
33
---
44

5-
fix: keep origin upload filename
5+
Fix to use filename for uploaded documents in NextJS

.changeset/wicked-numbers-approve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"create-llama": patch
33
---
44

5-
feat: simplify CLI interface
5+
Simplify CLI interface

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ const program = new Commander.Command(packageJson.name)
173173
"--ask-models",
174174
`
175175
176-
Select LLM and embedding models.
176+
Allow interactive selection of LLM and embedding models of different model providers.
177177
`,
178178
)
179179
.option(
180180
"--ask-examples",
181181
`
182182
183-
Select community templates and LlamaPacks.
183+
Allow interactive selection of community templates and LlamaPacks.
184184
`,
185185
)
186186
.allowUnknownOption()

0 commit comments

Comments
 (0)