docs: add prerelease flag to nvidia ingest instructions (#7114)
Add prerelease flag to nvidia ingest instructions
This commit is contained in:
parent
c4d9b30ea2
commit
6c6cab42e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue