Skip to content

Commit 556f33c

Browse files
authored
pin onnxruntime version to fix issue on Windows (#609)
1 parent 7a70390 commit 556f33c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/five-buses-bake.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+
fix chromadb dependency issue

packages/create-llama/helpers/python.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ const getAdditionalDependencies = (
9494
name: "llama-index-vector-stores-chroma",
9595
version: ">=0.4.0,<0.5.0",
9696
});
97+
dependencies.push({
98+
name: "onnxruntime",
99+
version: "<1.22.0",
100+
});
97101
break;
98102
}
99103
case "weaviate": {

0 commit comments

Comments
 (0)