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
commit 6c6cab42e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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