mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[lancedb] SQLITE_BUSY when embedding many documents #29
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danglingptr0x0 on GitHub (Jun 13, 2023).
When embedding a larger number of docs (> 100 (>100k tokens)), the DB seems to lock itself during the process (using lancedb as vector db):
Cannot tell if this is caused by the larger number of docs or if the issue is caused by token count (as in, the issue would be caused even with low doc but high token count).
@timothycarambat commented on GitHub (Jun 13, 2023):
connect #19
@timothycarambat commented on GitHub (Jun 13, 2023):
This should be resolved now with #19!
Can you pull in an try again? Was a concurrency issue with SQLite
@danglingptr0x0 commented on GitHub (Jun 13, 2023):
Will do! Thank you :-)
@danglingptr0x0 commented on GitHub (Jun 14, 2023):
Seems to have been fixed! Closing as complete ...
Thanks