Skip to content

Commit

Permalink
docs: improved wording
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Aug 29, 2024
1 parent fd4abb3 commit e2c6188
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changeset/four-impalas-pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions .changeset/old-readers-fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/slow-papayas-camp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-llama": patch
---

Use callback manager properly
Use one callback manager per request
2 changes: 1 addition & 1 deletion .changeset/sour-donkeys-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-llama": patch
---

Bump create-llama version to 0.11.1
Bump llama_index version to 0.11.1
2 changes: 1 addition & 1 deletion .changeset/strong-kids-brush.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-llama": patch
---

fix: keep origin upload filename
Fix to use filename for uploaded documents in NextJS
2 changes: 1 addition & 1 deletion .changeset/wicked-numbers-approve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-llama": patch
---

feat: simplify CLI interface
Simplify CLI interface
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e2c6188

Please sign in to comment.