How to Add TTS Functionality to RAGFlow? #2489
Unanswered
Chenjie669
asked this question in
Q&A
Replies: 1 comment
-
Checkout this PR: https://github.com/infiniflow/ragflow/pull/2311/files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m currently exploring the RAGFlow framework and would like to add Text-to-Speech (TTS) functionality to enhance the system by converting generated answers into speech.
After reviewing the architecture, I believe TTS should be integrated after the Answer is generated by the LLMs, but I’m unsure exactly where in the codebase this would be best implemented.
Could anyone guide me on which file or module I should edit to incorporate the TTS functionality? Any suggestions on how to properly integrate a TTS library (e.g., Google TTS, Amazon Polly, or any open-source alternative) would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions