Got this error when installing with executable:
Traceback (most recent call last):
File "chromadb\utils\embedding_functions\sentence_transformer_embedding_function.py", line 29, in init
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers_init_.py", line 10, in
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers\backend_init_.py", line 3, in
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers\backend\load.py", line 7, in
ModuleNotFoundError: No module named 'transformers'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 293, in main
app_main()
File "app\main.py", line 306, in main
File "nest_asyncio.py", line 30, in run
File "nest_asyncio.py", line 98, in run_until_complete
File "asyncio\futures.py", line 201, in result
File "asyncio\tasks.py", line 232, in __step
File "app\main.py", line 272, in main_async
File "app\agent_base.py", line 381, in init
File "agent_core\core\impl\memory\manager.py", line 283, in init
File "agent_core\core\impl\memory\manager.py", line 388, in _build_embedding_function
File "chromadb\utils\embedding_functions\sentence_transformer_embedding_function.py", line 31, in init
ValueError: The sentence_transformers python package is not installed. Please install it with pip install sentence_transformers
Got this error when installing with executable:
Traceback (most recent call last):
File "chromadb\utils\embedding_functions\sentence_transformer_embedding_function.py", line 29, in init
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers_init_.py", line 10, in
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers\backend_init_.py", line 3, in
File "pyimod02_importers.py", line 457, in exec_module
File "sentence_transformers\backend\load.py", line 7, in
ModuleNotFoundError: No module named 'transformers'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 293, in main
app_main()
File "app\main.py", line 306, in main
File "nest_asyncio.py", line 30, in run
File "nest_asyncio.py", line 98, in run_until_complete
File "asyncio\futures.py", line 201, in result
File "asyncio\tasks.py", line 232, in __step
File "app\main.py", line 272, in main_async
File "app\agent_base.py", line 381, in init
File "agent_core\core\impl\memory\manager.py", line 283, in init
File "agent_core\core\impl\memory\manager.py", line 388, in _build_embedding_function
File "chromadb\utils\embedding_functions\sentence_transformer_embedding_function.py", line 31, in init
ValueError: The sentence_transformers python package is not installed. Please install it with
pip install sentence_transformers