Skip to content

Commit 9172fed

Browse files
feat: bump LITS 0.8.2 (#406)
--------- Co-authored-by: Marcus Schiesser <[email protected]>
1 parent 78ccde7 commit 9172fed

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.changeset/itchy-peas-obey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
feat: bump LITS 0.8.2

templates/components/loaders/typescript/file/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
FILE_EXT_TO_READER,
33
SimpleDirectoryReader,
4-
} from "llamaindex/readers/SimpleDirectoryReader";
4+
} from "llamaindex/readers/index";
55

66
export const DATA_DIR = "./data";
77

templates/components/loaders/typescript/llama_parse/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { LlamaParseReader } from "llamaindex";
22
import {
33
FILE_EXT_TO_READER,
44
SimpleDirectoryReader,
5-
} from "llamaindex/readers/SimpleDirectoryReader";
5+
} from "llamaindex/readers/index";
66

77
export const DATA_DIR = "./data";
88

templates/types/streaming/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dotenv": "^16.3.1",
2121
"duck-duck-scrape": "^2.2.5",
2222
"express": "^4.18.2",
23-
"llamaindex": "0.7.10",
23+
"llamaindex": "0.8.2",
2424
"pdf2json": "3.0.5",
2525
"ajv": "^8.12.0",
2626
"@e2b/code-interpreter": "0.0.9-beta.3",

templates/types/streaming/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"duck-duck-scrape": "^2.2.5",
2727
"formdata-node": "^6.0.3",
2828
"got": "^14.4.1",
29-
"llamaindex": "0.7.10",
29+
"llamaindex": "0.8.2",
3030
"lucide-react": "^0.294.0",
3131
"next": "^14.2.4",
3232
"react": "^18.2.0",

0 commit comments

Comments
 (0)