caspianmoon / memoripy

An AI memory layer with short- and long-term storage, semantic clustering, and optional memory decay for context-aware applications.
Apache License 2.0
402 stars 30 forks source link

No module named 'memory_store' #5

Open matbee-eth opened 1 week ago

matbee-eth commented 1 week ago

File "/home/acidhax/dev/originals/persona-bot/src/memory/enhanced_memory_system.py", line 9, in from memoripy import MemoryManager, JSONStorage File "/home/acidhax/miniconda3/envs/autogen/lib/python3.10/site-packages/memoripy/init.py", line 2, in from .memory_manager import MemoryManager File "/home/acidhax/miniconda3/envs/autogen/lib/python3.10/site-packages/memoripy/memory_manager.py", line 7, in from memory_store import MemoryStore ModuleNotFoundError: No module named 'memory_store'

myan-o commented 6 days ago

There is a bug in the script file that doesn't point to the file in the current directory. It should be .memory_store. All others should be fixed as well.

caspianmoon commented 5 days ago

The library has been updated. Could you please check if the issue still persists?