reorproject / reor

Private & local AI personal knowledge management app for high entropy people.
https://reorproject.org
GNU Affero General Public License v3.0
7.15k stars 441 forks source link

Error deleting items from DB: [Error: LanceDBError: LanceError(IO): #103

Closed ElCuboNegro closed 8 months ago

ElCuboNegro commented 8 months ago

System: Windows 11 Educational Edition (Windows 11 pro)

Steps to reproduce:

Starting the dev enviroment it shows the following:


build started... (x2)
✓ 1 modules transformed.
dist-electron/preload/index.js  24.73 kB │ gzip: 6.59 kB │ map: 14.33 kB
built in 163ms.
✓ 112 modules transformed.
dist-electron/main/index.js  341.70 kB │ gzip: 66.32 kB │ map: 690.96 kB
built in 823ms.

Indexing files in directory
config is:  { type: 'repo', repoName: 'Xenova/UAE-Large-V1' }
getting files info list
Error deleting items from DB: [Error: LanceDBError: LanceError(IO): sql parser error: Expected an expression:, found: ), C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\lance-0.9.16\src\utils\sql.rs:115:8]

Then, when I try to talk with the chat, the electron client becomes unresponsive.

image

THAT BEHAVIOR IS NOT CONSTANT and not always reproductible.

samlhuillier commented 8 months ago

Gotcha thanks for mentioning. The delete bug is non-breaking and should not affect any performance issues. As for the non-responding, it looks like perhaps your PC is not powerful enough to run mistral 7B...what kind of spec do you have? RAM, CPU, etc.

ElCuboNegro commented 8 months ago

IMG-20240229-WA0160.jpg

samlhuillier commented 8 months ago

@ElCuboNegro if you now pull from main, you should not see this lancedb error in your logs anymore :)