-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
sqlite3 error when running Fast Start RAG, example 1 on Windows 10 #1109
Comments
@arautio89 - sorry you ran into this issue - thanks for sharing it - it does seem unusual. It looks like you have been able to parse other documents and create other libraries with llmware in that specific database? I would recommend checking the obvious stuff so we can rule those out (e.g., that the files or DB were not corrupted, and that you have the pip dependencies installed) - and then please do try to run the example again with a clean setup - if the issue persists, then we can look at the next level of debugging ... If there are any other notable items about the environment, please share - and I will try to recreate the environment and see if we can reproduce the issue. |
None of the sample folders were successfully parsed, although
I guess all of the pdf files couldn't be parsed and were rejected, and then office document parsing exited with error? I created a virtual environment with Python 3.12 and installed with I could try again from the beginning with different Python version and see what happens? |
Looking at the code the I suspect the problem is somewhere in |
Hi,
I'm running the first Fast Start RAG example example-1-create_first_library.py on Windows 10 and I get this error.
First time I ran the file it was like this it ended like this
The code did create a
sqlite_llmware
.db` file and I can work with it in the terminal(Note that I added
('movie',)
in testing.)The text was updated successfully, but these errors were encountered: