File size: 492 Bytes
53ea588
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "riva-speech-langchain-example"
version = "0.1.0"
description = "NVIDIA ACE Pipecat Speech only Examples"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
 "langchain>=0.3.19",
 "langchain-community>=0.3.18",
 "langchain-openai>=0.3.6",
 "nvidia-pipecat",
]

[tool.uv.sources]
torch = { index = "pytorch" }
nvidia-pipecat = { path = "../../.", editable = true }

[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"
explicit = true