-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheel for faiss-cpu #15
Comments
@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.
The text was updated successfully, but these errors were encountered: