Replies: 1 comment
-
Donwload the utils.py file from this repo and keep it in your repository. It isn't calling a built in library its calling the python file utils |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi trying to use . where can I find get_router_query_engine
from utils import get_router_query_engine
query_engine = get_router_query_engine("metagpt.pdf")
get this error ModuleNotFoundError: No module named 'utils'
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from utils import get_router_query_engine
2
3 query_engine = get_router_query_engine("metagpt.pdf")
ModuleNotFoundError: No module named 'utils'
thanks
Beta Was this translation helpful? Give feedback.
All reactions