savank7
savank7
**Issue Description:** I am using the faster-whisper library for speech-to-text transcription and encountering inconsistent results when running the transcription function asynchronously. Here's the code snippet: ``` from faster_whisper import WhisperModel...
Hello @DuyNguDao, First of all, thank you for creating such a wonderful and impressive project — it's really well done! 🙌 I wanted to ask if you have tried upgrading...
Hello @sayakpaul I am using a repository and encountered an issue when running the following code. Can you help me resolve it? I have used a sample prompt instead of...
Hello @sonu275981, Impressive project! I just wanted to know if you have the **training script** for this model. Since it is four years old, the library versions are outdated and...
I’ve stored a ChromaDocumentStore locally using `store.py`, and it works perfectly—creating and persisting the DB as expected. However, when I try to reuse this persisted ChromaDocumentStore in query.py, I encounter...