File tree 4 files changed +3
-10
lines changed
templates/types/streaming
4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2
2
" create-llama " : patch
3
3
---
4
4
5
- Filter private documents for Typescript (Using MetadataFilters) and update to LlamaIndexTS 0.5.6
5
+ Filter private documents for Typescript (Using MetadataFilters) and update to LlamaIndexTS 0.5.7
Original file line number Diff line number Diff line change 20
20
"dotenv" : " ^16.3.1" ,
21
21
"duck-duck-scrape" : " ^2.2.5" ,
22
22
"express" : " ^4.18.2" ,
23
- "llamaindex" : " 0.5.6 " ,
23
+ "llamaindex" : " 0.5.7 " ,
24
24
"pdf2json" : " 3.0.5" ,
25
25
"ajv" : " ^8.12.0" ,
26
26
"@e2b/code-interpreter" : " ^0.0.5" ,
Original file line number Diff line number Diff line change 24
24
"duck-duck-scrape" : " ^2.2.5" ,
25
25
"formdata-node" : " ^6.0.3" ,
26
26
"got" : " ^14.4.1" ,
27
- "llamaindex" : " 0.5.6 " ,
27
+ "llamaindex" : " 0.5.7 " ,
28
28
"lucide-react" : " ^0.294.0" ,
29
29
"next" : " ^14.2.4" ,
30
30
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -4,12 +4,5 @@ export default function webpack(config) {
4
4
aws4 : false ,
5
5
} ;
6
6
7
- // Following lines will fix issues with onnxruntime-node when using pnpm
8
- // See: https://github.com/vercel/next.js/issues/43433
9
- config . externals . push ( {
10
- "onnxruntime-node" : "commonjs onnxruntime-node" ,
11
- sharp : "commonjs sharp" ,
12
- } ) ;
13
-
14
7
return config ;
15
8
}
You can’t perform that action at this time.
0 commit comments