Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Feb 14, 2025
1 parent 04ee7de commit 7065d5b
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 86 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ local = [
clickhouse-connect = [
"clickhouse-connect==0.7.19"
]
nv-ingest = [
# nv-ingest-client 2025.2.7.dev0 does not correctly install its
# dependencies, so we need to install some manually.
"nv-ingest-client==2025.2.7.dev0",
"python-pptx==0.6.23",
"pymilvus[bulk_writer,model]==2.5.0",
"llama-index-embeddings-nvidia==0.1.5",
]

[project.scripts]
langflow = "langflow.__main__:main"
Expand Down
Loading

0 comments on commit 7065d5b

Please sign in to comment.