Open plsnotracking opened 8 months ago
@plsnotracking Ahhh I see. Perhaps you are onto something with the python version. I have been thinking of making this a docker container so maybe that would resolve it for everyone.
@jlonge4 anything I can do to help?
I had the same issue. I created a clean-slate conda environment with python version 3.10 and in that environment the installation worked.
@kkose @plsnotracking what do you two think about making this project use an in memory document store. Pros: none of these issues. Cons: your document index would only persist for the duration of your app session, and you'd have to reindex each time you ran it. Thoughts?
If it's not taxing enough on the system, I guess, having a long running job wouldn't hurt much tbh. Makes it at least usable.
@plsnotracking Done! The latest version uses a persisted doc store
Let me take it for a spin over the weekend.
Hello, trying to setup the project, running into issues.
Previous issues that seem related
Maybe this should be an issue for the upstream library itself.
Maybe these are related?
System Config
Steps to repro the error
I have
ollama
running in a docker container and can be accessed at http://localhost:11434.Error Stacktrace:
Anything that I could do to fix it?
Thank you.