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
superduper/templates /simple_rag/
When I try to run superduper/templates /simple_rag/build.ipynb I get the following error:
superduper/templates /simple_rag/build.ipynb
This dependency is not listed in the requirements.txt
requirements.txt
After manually installing all the dependencies, it fails because the OPENAI_API_KEY is not defined -- the notebook should prompt be to add it.
OPENAI_API_KEY
The text was updated successfully, but these errors were encountered:
This is intended behaviour, we should document better.
Sorry, something went wrong.
No branches or pull requests
When I try to run
superduper/templates /simple_rag/build.ipynb
I get the following error:This dependency is not listed in the
requirements.txt
After manually installing all the dependencies, it fails because the
OPENAI_API_KEY
is not defined -- the notebook should prompt be to add it.The text was updated successfully, but these errors were encountered: