docs: lfx engine feature#9378
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This comment has been minimized.
This comment has been minimized.
|
|
||
| - [Python](https://www.python.org/downloads/release/python-3100/) | ||
| - [uv](https://docs.astral.sh/uv/getting-started/installation/) | ||
| - A [flow JSON file](/concepts-flows) |
There was a problem hiding this comment.
| - A [flow JSON file](/concepts-flows) | |
| - A [flow JSON file](/concepts-flows-import) |
| | `--input-value` | Input value to pass to the graph (alternative to positional argument) | | ||
| | `--flow-json` | Inline JSON flow content as a string | | ||
| | `--stdin` | Read JSON flow from stdin | | ||
| | `--check-variables`/`--no-check-variables` | Check global variables for environment No newline at end of file |
|
|
||
| ### LFX run options | ||
|
|
||
| **Table: Command-line options for `lfx run`** |
There was a problem hiding this comment.
| **Table: Command-line options for `lfx run`** |
Redundant of line 123
|
|
||
| **Table: Command-line options for `lfx run`** | ||
|
|
||
| | Option | Description | |
There was a problem hiding this comment.
same comment as the other table: If you are only going to have two columns, I would just use a list.
Otherwise, I would suggest creating a 3rd column for the default values.
| { | ||
| type: "doc", | ||
| id: "Concepts/lfx-headless-runner", | ||
| label: "Run flows with Langflow Executor (LFX)" |
There was a problem hiding this comment.
I am curious why you didn't put this with the other run flow options? It creates a disconnect that could confuse users.
|
This comment has been minimized.
This comment has been minimized.
* ci: publish v2 docker images
since or transition to v2 in 1.6.x we have not been publishing any of our docker images.
* chore: try fixing lfx cleanup error
lfx cleanup error
* chore: address rabbitcode comments
* chore: address rabit uv comment
* chore: remove build-args to see if it passes
* chore: skip ci
* chore: add back in LANGFLOW_IMAGE
* chore: debug inputs.ref and matrix.langflow_image
* chore: add {} to fix InvalidDefaultArgInForm
* chore: try adding quotes
* chore: try ENV LANGFLOW_IMAGE=${LANGFLOW_IMAGE}
* chore: add build args to GitHub Container Registry
* chore: clean up
* chore: seperate out frontend and backend images
* chore: update create-manifest
* chore: remove ci step
* chore: update release
* chore: clean up
* chore: clean up langflow-image
* chore: revert ci removal
* fix: add back in main logic update back/frontend
add main back in
update back/frontend to match orginal man logic more
* chore: more clean up to match main
* chore: remove arch from lagnflowimage for backend
* chore: add misisng - for ghcr.io
* chore: skip ci
* chore: build_main and build_and_push_backend fixes
* chore: seperate ghcr and docker publishing with if
* chore: add back CI step
---------
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Build successful! ✅ |
|
Superseded by #10081 |



This pull request adds a guide for installing, configuring, and using LFX, including its two main commands (
serveandrun), and update the sidebar to include this new documentation page.Some questions:
runnot have a--env-fileoption? It seems it would be useful.#9133