Skip to content
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

数据库初始化部分遇到的问题 #142

Open
sureGU opened this issue Sep 5, 2024 · 2 comments
Open

数据库初始化部分遇到的问题 #142

sureGU opened this issue Sep 5, 2024 · 2 comments

Comments

@sureGU
Copy link

sureGU commented Sep 5, 2024

在linux部署的,执行$ python init_database.py --recreate-vs时,起初报错sqlite3版本不适配,升级重装之后仍然提示这个问题,查了一下按照
image
在site packages下的google文件夹创建了空的colab文件夹。
再次运行不在最开始的位置报错,但是提示pysqlite3.dbapi2.OperationalError: no such tokenizer: trigram,请教下是否有解决方法。
目前看主要是sqlite3的问题,但是重新安装了还是没解决

@sureGU
Copy link
Author

sureGU commented Sep 5, 2024

在linux部署的,执行$ python init_database.py --recreate-vs时,起初报错sqlite3版本不适配,升级重装之后仍然提示这个问题,查了一下按照 image 在site packages下的google文件夹创建了空的colab文件夹。 再次运行不在最开始的位置报错,但是提示pysqlite3.dbapi2.OperationalError: no such tokenizer: trigram,请教下是否有解决方法。 目前看主要是sqlite3的问题,但是重新安装了还是没解决

开始的报错类似:File "~/venv3.10/lib/python3.10/site-packages/chromadb/init.py", line 36, in raise RuntimeError( RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0.

@HungryFour
Copy link
Collaborator

之前遇到过,结论没有错,就是chromadb和sqlite3版本不匹配导致的。 当时升级了sqlite3的版本解决了。 你那个可以看一下版本是否升级成功。 或者更换其它向量数据库也可以。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants