You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/user/Code/server/app/services/intelligence/components/retriever.py", line 59, in
from context import download_embeddings
File "/Users/user/Code/server/.venv/lib/python3.10/site-packages/context.py", line 6, in
from utils.ai import retrieve
ModuleNotFoundError: No module named 'utils.ai'
The text was updated successfully, but these errors were encountered:
I've reproduced the same error on Mac OS 14.5 (23F79).
from context import query
results = query("How do I set up Langchain?")
for result in results:
print(f"{result['metadata']['text']}\n{result['metadata']['text']}")
Traceback (most recent call last):
File [ removed file path for privacy ...], line 1, in
from context import query
File "/Users/maxvonhippel/Library/Python/3.9/lib/python/site-packages/context.py", line 6, in
from utils.ai import retrieve
ModuleNotFoundError: No module named 'utils.ai'; 'utils' is not a package
Traceback (most recent call last):
File "/Users/user/Code/server/app/services/intelligence/components/retriever.py", line 59, in
from context import download_embeddings
File "/Users/user/Code/server/.venv/lib/python3.10/site-packages/context.py", line 6, in
from utils.ai import retrieve
ModuleNotFoundError: No module named 'utils.ai'
The text was updated successfully, but these errors were encountered: