Skip to content

Commit 2be68d1

Browse files
ci: activate llamacloud for TS (#372)
Co-authored-by: Marcus Schiesser <[email protected]>
1 parent 8c80cc0 commit 2be68d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: ["3.11"]
8787
os: [macos-latest, windows-latest, ubuntu-22.04]
8888
frameworks: ["nextjs", "express"]
89-
datasources: ["--no-files", "--example-file"]
89+
datasources: ["--no-files", "--example-file", "--llamacloud"]
9090
defaults:
9191
run:
9292
shell: bash

templates/components/vectordbs/typescript/llamacloud/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function* walk(dir: string): AsyncGenerator<string> {
2626
async function loadAndIndex() {
2727
const index = await getDataSource();
2828
// ensure the index is available or create a new one
29-
await index.ensureIndex();
29+
await index.ensureIndex({ verbose: true });
3030
const projectId = await index.getProjectId();
3131
const pipelineId = await index.getPipelineId();
3232

templates/types/streaming/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dotenv": "^16.3.1",
2222
"duck-duck-scrape": "^2.2.5",
2323
"express": "^4.18.2",
24-
"llamaindex": "0.6.21",
24+
"llamaindex": "0.6.22",
2525
"pdf2json": "3.0.5",
2626
"ajv": "^8.12.0",
2727
"@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
@@ -27,7 +27,7 @@
2727
"duck-duck-scrape": "^2.2.5",
2828
"formdata-node": "^6.0.3",
2929
"got": "^14.4.1",
30-
"llamaindex": "0.6.21",
30+
"llamaindex": "0.6.22",
3131
"lucide-react": "^0.294.0",
3232
"next": "^14.2.4",
3333
"react": "^18.2.0",

0 commit comments

Comments
 (0)