-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FM streaming RAG demo to use new NIMs (#234)
* Update FM streaming RAG demo for DC AI Summit - Uses new embedding and reranking NIMs - Uses Parakeet ASR NIM - Includes GNU Radio container - Updates deployment scripts for deploying across multiple machines - Various bug fixes and QoL updates * Add diagramss for README * Add README * By default, use build.nvidia.com endpoints for non-ASR NIMs * Restart Riva gRPC service on exceptions * Add GNU Radio folder * Update README to include frontend URL * Fix LLM model options * Fix bug when not using local Embedding / Reranking models
- Loading branch information
1 parent
63bb57f
commit 75ccb42
Showing
51 changed files
with
914 additions
and
2,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
deploy/.keys | ||
milvus/volumes |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 3 additions & 18 deletions
21
community/fm-asr-streaming-rag/chain-server/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,6 @@ | ||
fastapi==0.104.1 | ||
uvicorn[standard]==0.24.0 | ||
python-multipart==0.0.6 | ||
unstructured[all-docs]==0.11.2 | ||
sentence-transformers==2.2.2 | ||
llama-index==0.9.22 | ||
pymilvus==2.3.5 | ||
dataclass-wizard==0.22.2 | ||
opencv-python==4.8.0.74 | ||
minio==7.2.0 | ||
asyncpg==0.29.0 | ||
psycopg2-binary==2.9.9 | ||
pgvector==0.2.4 | ||
langchain==0.1.14 | ||
langchain-core==0.1.40 | ||
langchain-nvidia-ai-endpoints==0.0.12 | ||
langchain-nvidia-trt==0.0.1rc0 | ||
nemollm==0.3.4 | ||
opentelemetry-sdk==1.21.0 | ||
opentelemetry-api==1.21.0 | ||
opentelemetry-exporter-otlp-proto-grpc==1.21.0 | ||
langchain==0.2.6 | ||
langchain_core==0.2.25 | ||
langchain_nvidia_ai_endpoints==0.2.0 |
Oops, something went wrong.