We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry run generate
Describe the issue: Running poetry run generate reports an error, the following error message appears:
Repro Steps:
azd init --template llama-index-python
azd auth login
cd backend python3 -m venv venv source venv/bin/activate poetry install
azd up
azd env get-values > .env
Environment:
Expected behavior: Running poetry run generate successfully.
@jongio and @marlenezw for notification.
The text was updated successfully, but these errors were encountered:
hi, is this issue resolved? I also have this issue.
Error message : ModuleNotFoundError: No module named 'llama_index.core.storage'
Sorry, something went wrong.
No branches or pull requests
Describe the issue:
Running
poetry run generate
reports an error, the following error message appears:Repro Steps:
azd init --template llama-index-python
.azd auth login
.azd up
.azd env get-values > .env
.poetry run generate
.Environment:
Expected behavior:
Running
poetry run generate
successfully.@jongio and @marlenezw for notification.
The text was updated successfully, but these errors were encountered: