-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Not sure if this is the best venue for this, but I am trying to run your notebook on my Windows 11 pc and it never gets past:
self.db = vectorstores.Chroma.from_documents(self.texts, self.select_embedding)
- running python 3.12.0
- 5gb of free RAM
- trying to load a small (4 page) document
It might be that this will not run on Windows; I had to make some changes to the requirements to get pip to finish:
- removed uvloop since it is not supported on windows.
- typer - removed any fixed version
- onnxruntime==1.17.3 instead of 1.17.1
My problem looks like https://stackoverflow.com/questions/77093497/can-not-run-langchain-module-kernel-died-while-running-the-script, but I would rather not have to use Colab
Great talk.
Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels