Skip to content

Can't get notebook to work on Windos 11 #1

@yulworm

Description

@yulworm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions