mirror of
https://github.com/mtayfur/openwebui-memory-system.git
synced 2026-01-22 06:51:01 +01:00
Initial commit
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
__pycache__/
|
||||||
|
.venv/
|
||||||
|
**AGENTS.md
|
||||||
1509
memory_system.py
Normal file
1509
memory_system.py
Normal file
File diff suppressed because it is too large
Load Diff
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
aiohttp>=3.12.15
|
||||||
|
pydantic>=2.11.7
|
||||||
|
sentence-transformers>=5.1.1
|
||||||
|
torch>=2.8.0
|
||||||
|
transformers>=4.57.0
|
||||||
|
open-webui>=0.6.32
|
||||||
|
tiktoken>=0.11.0
|
||||||
Reference in New Issue
Block a user