Philipp Oppermann
125d5a0443
Merge branch 'main' into git-source
7 months ago
haixuantao
d155ee789a
Fix stop in example nodes
7 months ago
haixuantao
f72991b09c
Add Cause to stpo
7 months ago
haixuantao
5988a65ea2
Expose all input closed message as a stop message
7 months ago
Philipp Oppermann
6b5cc7a0b9
Set maturin macOS version to `14.5`
7 months ago
Philipp Oppermann
de949521f6
Add build script with call to `add_extension_module_link_args()`
This is required on macOS when using the `extensions-module` feature. See https://pyo3.rs/v0.14.5/building_and_distribution.html#macos for details.
7 months ago
Philipp Oppermann
735ff9d9a8
Revert "Debug: Comment out Python `run` function"
This reverts commit 3c68d4c52a .
7 months ago
Philipp Oppermann
3c68d4c52a
Debug: Comment out Python `run` function
7 months ago
Philipp Oppermann
2a05324692
Fix some warnings
7 months ago
Philipp Oppermann
a19ab2d4c9
Fix: Handle error in Python `dataflow_descriptor` function
7 months ago
Philipp Oppermann
9d917bdaa9
Parse dataflow descriptor lazily in node APIs
The dataflow descriptor format still changes often, which led to parse errors. By doing the parsing lazily, this should only affect users of the `dataflow_descriptor` function from now on.
7 months ago
Philipp Oppermann
187efed38e
Merge branch 'main' into git-source
7 months ago
Philipp Oppermann
51ed0194c7
Rework and refactor for two-step build
7 months ago
sjfhsjfh
51190788ba
refactor: use builder style
fix: logging thread block
8 months ago
mivik
d2e29542c1
feat(python): remove pickle dependency
8 months ago
mivik
18bb7938d5
feat(python): refactor python CUDA IPC API
8 months ago
mivik
eaae7af4c3
feat(node): change logging level of discarding to debug
9 months ago
mivik
9e687ccae8
feat(node): add warning for discarding events
9 months ago
Haixuan Xavier Tao
3d6df72e14
Adding `recv_async` dora method to retrieve data in python async ( #909 )
Make it possible to retrieve data asynchronously within python asyncio.
This is possible due to `experimental-async` from pyo3.
Note that this feature should be considered experimental as long as pyo3
async is marked as experimental.
This feature required to remove events delayedcleanup as it was no
longer used.
10 months ago
Mati-ur-rehman-017
8e48debcad
formatting
10 months ago
Mati-ur-rehman-017
eb69afe890
Functions for sending and recieving data using Arrow::FFI
10 months ago
haixuanTao
88643b955d
Adding `recv_async` dora method to retrieve data in python async
10 months ago
haixuanTao
26c3917470
Fix GPU Memory not displayed
10 months ago
haixuanTao
48cb5ae709
Use current tokio threadpool and update otlp to latest version
10 months ago
haixuanTao
a9aa556b9c
Adding metrics for node api
10 months ago
Somay (DIIN)
e5f8b35be4
All flags integrated mentioned in #878 except N & E
10 months ago
7SOMAY
d12b232199
Fixed node-hub linting issues
10 months ago
Haixuan Xavier Tao
066d47007c
Adding run comand within python API ( #875 )
This PR makes it possible to run dataflow from python using:
```python
from dora import run
# Make sure to build it first with the CLI.
# Build step is on the todo list.
run("qwen2.5.yaml", uv=True)
```
Making it easier to run dataflow based on our needs
10 months ago
Mati-ur-rehman-017
ffc251f135
Applied pyupgrade style
10 months ago
haixuantao
4d454e3db9
Adding run comand within python API
10 months ago
Haixuan Xavier Tao
844e94a6be
Add noise filtering on whipser to be able to use speakers ( #847 )
This PR makes it possible to use speakers when talking to an AI through
voice. It is done by filtering out the output of the TTS from the input
of the STT using fuzzy matching.
10 months ago
haixuantao
4b5e6e2422
fix clippy linting
10 months ago
haixuantao
e4ee88a89f
fix ros2 bridge
10 months ago
haixuantao
2f20ec4521
Make sure to handle cross compilation
10 months ago
Philipp Oppermann
10b2435381
Replace deprected pyo3 `to_object` call with `into_pyobject`
10 months ago
Shar-jeel-Sajid
852417a270
replacing to_object
10 months ago
Shar-jeel-Sajid
48c3bb5b4a
Removing Deprecation
10 months ago
Mati-ur-rehman-017
5e25cb52fc
Only D417 error remain
10 months ago
Mati-ur-rehman-017
3332c0a1ce
Fixed D100 issues
10 months ago
Mati-ur-rehman-017
259451ff10
.tomlFixes
10 months ago
Mati-ur-rehman-017
dd4de848ac
fixed #828
10 months ago
7SOMAY
20781fb4e2
#807 Fixed
10 months ago
Shar-jeel-Sajid
2c70244418
automatic clippy fix
10 months ago
Shar-jeel-Sajid
a049e97e7c
clippy linting automatic fix
10 months ago
haixuanTao
8b19716b3e
Fix pip installation of development dora node api python
10 months ago
haixuantao
649902783c
Fix CI/CD
10 months ago
haixuanTao
095156941f
Migrate the CI to --uv
11 months ago
Philipp Oppermann
ee15517dce
Make `ShmemChannel` `Sync` as required by pyo3 0.23
10 months ago
haixuantao
d3a48d7b17
Bump arrow version to latest version
10 months ago
haixuanTao
4174fd7362
Add list of string as metadata
11 months ago