Close condo refact#137
Closed
thestumonkey wants to merge 433 commits into
Closed
Conversation
update memory service
* auth WIP * make auth optional * minor fix * fix minor bug * Added a bunch of changes here * update frontend * rehauled and cleaned up auth * updated auth to remove custom user-id (#24) * updated auth to remove custom user-id * stale data protection * udpate * minor fix * update wip architecture * re-rehaul? * update auth in laptop client * push missing file * add existing data readme * update env template * memory debug * Refactor main into different files make advanced backend a package Move webui Refactor and fix the rest of the code Reduce duplication Update pyproject.toml to use optional dependencies instead of groups Update Docs * cleanup * fix client bug, required * test fact extraction prompt improvement * update quickstart * update info on .env.template * remove failure receovery deadcode * remove more deadcode update memory service
* cleanup and merge #22's changes Remove action items service * Removing action items * who even says industry standard
Co-authored-by: Neotastisch <54811660+Neotastisch@users.noreply.github.com>
* rename folder * update readme etc --------- Co-authored-by: Neotastisch <54811660+Neotastisch@users.noreply.github.com>
github actions for automatic deployment
commit 3ba5506 Merge: dbf37c7 8ffd97a Author: Stuart Alexander <stu@theawesome.co.uk> Date: Wed Sep 24 20:03:29 2025 +0100 Merge branch 'AnkushMalaker:main' into pytest commit 8ffd97a Author: Ankush Malaker <43288948+AnkushMalaker@users.noreply.github.com> Date: Wed Sep 24 09:25:11 2025 +0530 fix faiss issue in speaker recognition cpu commit dbf37c7 Author: stu alexander <thestumonkey@gmail.com> Date: Sat Sep 20 19:02:22 2025 +0100 Fixed update user commit 14845a6 Author: stu alexander <thestumonkey@gmail.com> Date: Sat Sep 20 19:02:03 2025 +0100 Added robot test suite
refactored to use a service model for transcription, and got it working with rq
Declutterd main, moved all processors to RQ. Streaming and batch mode enabled on audio recording
streaming segments should now be able to identify the speaker. Removed a bunch of dead code
Tidied up dead code, added timeline to job page so we can see time taken, got speaker recognition working on conversation trigger
- Added `start.sh` and `start-workers.sh` to `.dockerignore`. - Removed unused `COMPUTE_MODE` arguments from `docker-compose.yml` and `Dockerfile`. - Updated `pyproject.toml` to require `pandas>=2.0.0` and added new dependencies: `faiss-cpu`, `torch`, and `torchaudio`. - Modified `download-pyannote.py` to use `token` instead of `use_auth_token` for model downloads. - Refactored imports and logging in `download-pyannote.py` and `websocket_wrapper.py` for better clarity.
Update Docker configuration and speaker recognition dependencies
…eet. Update Docker configurations to accept CUDA version as a build argument in speaker recognition and ASR services. Enhance dependency management in pyproject.toml for speaker recognition and ASR services with optional CUDA versions.
feat: Remove unused Dockerfiles and pyproject files for blackwell gpus
Also beefed up the queue maangement page
Also beefed up the queue maangement page
…lite into close-convo # Conflicts: # backends/advanced/src/advanced_omi_backend/controllers/websocket_controller.py # backends/advanced/src/advanced_omi_backend/routers/modules/queue_routes.py # backends/advanced/src/advanced_omi_backend/workers/audio_jobs.py # backends/advanced/src/advanced_omi_backend/workers/conversation_jobs.py # backends/advanced/webui/src/pages/Queue.tsx
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.