Audio to text using Gen AI
Stack used AssemblyAI: https://www.assemblyai.com/ for transcription LangChain: https://www.langchain.com/ Hugging Face: https://huggingface.co/ for embeddings Chromadb: https://www.trychroma.com/ as a vector database OpenAI: https://openai.com/ language model APIs: AssemblyAI API key: https://www.assemblyai.com/dashboard/… OpenAI API key: https://openai.com/blog/openai-api Introduction Retrieval Augmented Generation (RAG) is a method to augment the relevance and transparency of Large Language Model (LLM) responses. In this approach, the LLM query retrieves relevant documents from a database and passes these into the LLM as additional context....