Closed lucastimmons closed 3 months ago
The library (on version 0.0.94
) required vectordb
version 0.0.8
and you are installing vectordb
version 0.0.9
and hence the error. The new version of the library 0.0.95
requires and works with vectordb
version 0.0.9
.
So you have two options -
0.0.94
with vectordb
version 0.0.8
0.0.95
with vectordb
version 0.0.9
After running
npm i @llm-tools/embedjs
and then trying to runnpm install vectordb
I get this error: