Implement SQLite support check for Chroma's trigram tokenizer, enhancing compatibility with cloud environments. Update README for model command syntax and add pysqlite3-binary to requirements for improved SQLite functionality.
This commit is contained in:
@@ -12,3 +12,4 @@ openai>=1.0.0
|
||||
anthropic>=0.18.0
|
||||
numpy>=1.24.0
|
||||
chromadb>=0.4.0 # 向量数据库,用于记忆存储
|
||||
pysqlite3-binary>=0.5.3; platform_system != "Windows" # 云端可用于补齐 sqlite trigram 支持
|
||||
|
||||
Reference in New Issue
Block a user