feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖
This commit is contained in:
commit
3c5ced835e
1 changed files with 1 additions and 0 deletions
|
|
@ -66,4 +66,5 @@ file = "../book.txt"
|
|||
with open(file, "r", encoding="utf-8") as f:
|
||||
rag.insert(f.read())
|
||||
|
||||
|
||||
print(rag.query("谁会3D建模 ?", param=QueryParam(mode="mix")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue