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
After running mini-langstream start, the end of the output includes a suggested example app to try
mini-langstream start
Ready 🚀 Deploy your first app with: mini-langstream cli apps deploy app -i $(mini-langstream get-instance) -s https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml -app https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation mini-langstream cli apps get app
However, if you try to deploy this, the deploy fails with
mini-langstream cli apps deploy app -i $(mini-langstream get-instance) -s https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml -app https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation Updating local GitHub repository /home/nick/.langstream/ghrepos/LangStream/langstream/main Updated local GitHub repository to 83afc3fe (1 s) downloaded remote file https://raw.githubusercontent.com/LangStream/langstream/main/examples/secrets/secrets.yaml (0 s) packaging app: /home/nick/.langstream/ghrepos/LangStream/langstream/main/examples/applications/python-processor-exclamation File does not exist: /home/nick/.langstream/ghrepos/LangStream/langstream/main/examples/applications/python-processor-exclamation
The github URL listed seems to be incorrect, and seems to be missing /python/ in the path. Instead of https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation I believe it should be https://github.com/LangStream/langstream/tree/main/examples/applications/python/python-processor-exclamation
/python/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After running
mini-langstream start
, the end of the output includes a suggested example app to tryHowever, if you try to deploy this, the deploy fails with
The github URL listed seems to be incorrect, and seems to be missing
/python/
in the path. Instead of https://github.com/LangStream/langstream/tree/main/examples/applications/python-processor-exclamation I believe it should be https://github.com/LangStream/langstream/tree/main/examples/applications/python/python-processor-exclamationThe text was updated successfully, but these errors were encountered: