Merged
Conversation
3 tasks
2 tasks
Update Dockerfile.langflow to use langflowai/langflow-nightly:1.8.0.dev72 instead of 1.7.1.dev14 to pick up the latest nightly changes and fixes. No other changes were made.
2 tasks
…openrag into RC-langflow-upgrade
Update docker-compose.yml to stop injecting the literal string 'None' for missing API credentials. OPENAI_API_KEY, ANTHROPIC_API_KEY, WATSONX_API_KEY, WATSONX_PROJECT_ID, and OLLAMA_BASE_URL now expand without a 'None' fallback so they are empty/unset if not provided. WATSONX_URL now falls back to WATSONX_ENDPOINT when unset. This prevents services from receiving the string 'None' and improves handling of absent credentials.
mpawlow
approved these changes
Mar 6, 2026
Collaborator
There was a problem hiding this comment.
Functional Review 3
- ✅ Ingestion of a random collection of sanity documents
- ✅ Nudges working for ingested documents
- ✅ Initial onboarding chat with OpenRAG document
- ✅ Chatting with ingested documents
Missing uvx Error
bash: line 1: exec: uvx: not found
- The missing
uvxbinary in the Langflow image has been resolved
Factory Reset Error
- This error is unrelated / orthogonal
$(COMPOSE_CMD) down -v --remove-orphans --rmi local || true;
podman-compose down -v --remove-orphans --rmi local || true; \
--rmiis not a supported CLI parameter for Podman- On Ubuntu Linux, there isn't any separate "machine" initialized or used per se
- The Ubuntu Linux VM acts as the machine itself
- I'll open up a separate issue to track this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature upgrades Langflow version to 1.8.0, changing all of the flows and the onboarding configuration to be compatible.