-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Unable to upload PDF files: Table was not found #2521
Comments
I've just tried again using the native "AnythingLLM Embedder" with the following non-functional result:
This even seems like separate errors. Please advise. |
What does your PDF look like - clearly there is some external or embedded reference to a table that cannot be parsed out of the document |
Tried again with a plain .txt, single line, one sentence, no special characters. Still the same issue:
|
This is your issue, its from the lanceDB integration for storing the vectors The issue says you are running in Docker, what does the OS you are running on look like and is this using the official image or a custom build? So the root cause is that causing upserts to fail because tables cannot be written to |
We have both an x86 and |
How are you running AnythingLLM?
Docker (local)
What happened?
I'm afraid I'm doing something wrong, as I can't get documents added using the "Save and embed" dialog. Logs show the following:
The "Table 'buffalo-bills' was not found" error gets forwarded to the frontend.
Are there known steps to reproduce?
Vector-DB is set to LanceDB as per default, embedding provider is Ollama, I've tried different embedding models with the same result.
The text was updated successfully, but these errors were encountered: