-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
FAISS component seems to be producing a runtime error with 1.1.3 #6072
Comments
Hey @bsleuth! I'm here to help you with any bugs, questions, or contributions you have in mind. Let's tackle this issue together! The runtime error you're encountering is due to the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
The persist directory exists as 'test' and the index name is provided as 'index'. If I create the directory manually I get: RuntimeError: Error in faiss::FileIOReader::FileIOReader(const char*) at |
The error you're encountering suggests that the FAISS component is trying to read an index file that doesn't exist at the specified path. Here are a few things to check:
If the file doesn't exist, you might need to run the process that creates and saves the FAISS index before attempting to load it. If the issue persists, double-check the configuration settings and ensure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I think there is something wrong. Could someone please help? |
I would expect the component to create the directory if it does not exist? This does seem like an issue after upgrading from 1.1.1 - don't know whether I am missing something...
I am starting langflow from the LangFlow directory on Ubuntu 24
The text was updated successfully, but these errors were encountered: