Compare commits

...

2 Commits

Author SHA1 Message Date
Marcus Schiesser 2234d8ff6d chore: update lock 2025-05-09 13:54:38 +07:00
Marcus Schiesser ca2405811b fix: using new workflow with npm by forcing to use the current version of core in llamaindex (and not the one from the old workflow) 2025-05-09 12:11:42 +07:00
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llamaindex": patch
---
Fix using new workflow with npm by forcing to use the current version of core in llamaindex (and not the one from the old workflow)
+1 -1
View File
@@ -21,7 +21,7 @@
],
"dependencies": {
"@llamaindex/cloud": "workspace:*",
"@llamaindex/core": "workspace:*",
"@llamaindex/core": "0.6.3",
"@llamaindex/env": "workspace:*",
"@llamaindex/node-parser": "workspace:*",
"@llamaindex/openai": "workspace:*",
+1 -1
View File
@@ -1028,7 +1028,7 @@ importers:
specifier: workspace:*
version: link:../cloud
'@llamaindex/core':
specifier: workspace:*
specifier: 0.6.3
version: link:../core
'@llamaindex/env':
specifier: workspace:*