References
- About supervised fine-tuning for Gemini models, Google Cloud.
https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini-supervised-tuning
- .load_summarize_chain, LangChain.
https://api.python.langchain.com/en/latest/chains/langchain.chains.summarize.chain.load_summarize_chain.html
- Document loaders, LangChain.
https://python.langchain.com/v0.1/docs/modules/data_connection/document_loaders/
- Speech-to-Text documentation, Google Cloud.
https://cloud.google.com/speech-to-text/docs/
- MapReduce, Wikipedia.
https://en.wikipedia.org/wiki/MapReduce
- .MapReduceDocumentsChain, LangChain.