Parshva Daftari
Parshva Daftari
## Description LMNT TTS synthesizer into Vocode platform for the streaming and not turned-based. - This commit finalizes the integration of the LMNT TTS synthesizer, enabling TTS capabilities for streaming...
When I run the minimal_assistant.py, this was the error that showed up. ImportError: cannot import name 'codecs' from 'livekit.agents' (/Users/parshva/SoftmaxAI/Projects/.conda/lib/python3.10/site-packages/livekit/agents/__init__.py) It's a package issue, where instead of -> from livekit.agents...
Due to lack of Documentation in plugins section, I'm not sure how to build one let alone how to customise the already existing one. I want manipulate the input and...
## Description This PR introduces improved error handling in the update method. If a memory_id does not exist, it now handles the situation gracefully without displaying an error. This change...
## Description Fixing bug when using the `m.update()` method. Fixes #1917 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes...
## Description Resolves an issue in the `chat.completions` class where the relevant memories retrieved from the memory client were not being accessed correctly. The relevant_memories variable, which is expected to...
- Added comprehensive docstring to the `WorkerOptions` class explaining the purpose and usage of each argument. - Included descriptions for key attributes such as entrypoint function, request handler, load function,...
## Description Integrated WeaviateDB as vectorstore. Fixes # ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) - [x]...
## Description Add LanceDB as Vectorstore. Fixes #2212 ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) - [x]...
## Description Fixes #2332 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [x] Breaking change (fix...