mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
docs: add prerelease flag to nvidia ingest instructions (#7114)
Add prerelease flag to nvidia ingest instructions
This commit is contained in:
@ -25,7 +25,7 @@ The **NVIDIA Ingest** component imports the NVIDIA `Ingestor` client, ingests fi
|
||||
* If you are installing Langflow from the Python Package Index:
|
||||
```bash
|
||||
source **YOUR_LANGFLOW_VENV**/bin/activate
|
||||
uv pip install 'langflow[nv-ingest]'
|
||||
uv pip install --prerelease=allow 'langflow[nv-ingest]'
|
||||
uv run langflow run
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user