feat: 新增ini文件读取数据库配置方式,方便生产环境,修改Lightrag ainsert方法_add_doc_keys获取方式,原来只过滤存在的,但这会让失败的文档无法再次存储,新增--chunk_size和--chunk_overlap_size方便生产环境,新增llm_binding:openai-ollama 方便用openai的同时使用ollama embedding
This commit is contained in:
@@ -4,6 +4,7 @@ aiofiles
|
||||
aiohttp
|
||||
aioredis
|
||||
asyncpg
|
||||
configparser
|
||||
|
||||
# database packages
|
||||
graspologic
|
||||
@@ -17,13 +18,19 @@ numpy
|
||||
ollama
|
||||
openai
|
||||
oracledb
|
||||
pipmaster
|
||||
psycopg-pool
|
||||
psycopg[binary,pool]
|
||||
pydantic
|
||||
pymilvus
|
||||
pymongo
|
||||
pymysql
|
||||
|
||||
|
||||
PyPDF2
|
||||
python-docx
|
||||
python-dotenv
|
||||
python-pptx
|
||||
pyvis
|
||||
setuptools
|
||||
# lmdeploy[all]
|
||||
|
Reference in New Issue
Block a user