QuivrHQ / quivr

Open-source RAG Framework for building GenAI Second Brains 🧠 Build productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, Groq that you can share with users ! Efficient retrieval augmented generation framework
https://quivr.com
Other
35.85k stars 3.48k forks source link

Whisper limits #3

Closed alexruben007 closed 1 year ago

alexruben007 commented 1 year ago

Whisper API limits upload to 25MB. If it is case maybe you will need to chunk the audio file before processsing

altryne commented 1 year ago

One can use the whisper api of Deepgram which is cheaper and faster but would require an additional key

On Sat, May 13, 2023 at 09:15 Alex Ruben @.***> wrote:

Whisper API limits upload to 25MB. If it is case maybe you will need to chunk the audio file before processsing

— Reply to this email directly, view it on GitHub https://github.com/StanGirard/quiver/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADRDVOA4TROZIEFNEHYR33XF6QSLANCNFSM6AAAAAAYARWKPE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

StanGirard commented 1 year ago

@alexruben007 @altryne Lets add it then ;)

https://github.com/StanGirard/quiver/blob/main/loaders/audio.py

We could have different tools depending on the user settings

StanGirard commented 1 year ago

Closing in favor of #1.

You can join the discussion on Discord or in the discussion panel 😉