docs: add prerelease flag to nvidia ingest instructions (#7114)

Add prerelease flag to nvidia ingest instructions
This commit is contained in:
Jordan Frazier
2025-03-19 12:33:45 -07:00
committed by GitHub
parent c4d9b30ea2
commit 6c6cab42e9

View File

@ -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
```