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
Read-source-and-build-index-fn Lambda Function is failing with:
Read-source-and-build-index-fn
[ERROR] Runtime.ImportModuleError: Unable to import module 'index_creation_app': cannot import name 'BaseCache' from 'langchain' (/var/task/langchain/__init__.py)Traceback (most recent call last): | [ERROR] Runtime.ImportModuleError: Unable to import module 'index_creation_app': cannot import name 'BaseCache' from 'langchain' (/var/task/langchain/__init__.py) Traceback (most recent call last): -- | --
The text was updated successfully, but these errors were encountered:
Update index_creation_requirements.txt
562a19a
This is a fix for Github issue aws-samples#6 , need to install the latest version of llama-index
use compatible langchain version, langchain==0.0.196 update it in requirements files, then it works fine
Sorry, something went wrong.
No branches or pull requests
Read-source-and-build-index-fn
Lambda Function is failing with:The text was updated successfully, but these errors were encountered: