mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-27 01:21:29 +00:00
- Add summary module with simple summary and personal summary tasks - Implement new vector store operations for updating and managing memory - Refactor retrieve module to improve query building and memory rewriting - Update schema and utils modules for better data handling and PDF processing
5 lines
113 B
Python
5 lines
113 B
Python
from reme_ai import retrieve
|
|
from reme_ai import summary
|
|
from reme_ai import vector_store
|
|
|
|
__version__ = "0.1.0"
|