Home / Companies / Voyage AI / Blog / October 2023

October 2023 Summaries

2 posts from Voyage AI

Filter
Month: Year:
Post Summaries Back to Blog
The choice of embedding models plays a crucial role in the performance of chatbots using the Retrieval-Augmented Generation (RAG) framework, as demonstrated in a study focusing on the LangChain chatbot, which utilizes Voyage embeddings. RAG combines a retrieval system that fetches relevant documents in real-time with a generative model, such as GPT-4, to provide informed and contextually accurate responses. The effectiveness of embedding models, which transform queries and documents into dense vectors, is critical as it determines the quality of document retrieval. The study evaluated various models, including OpenAI's text-embedding-ada-002, Voyage's generalist model, and a fine-tuned version for LangChain, using metrics like semantic similarity and NDCG@10. Results showed that voyage-langchain-01, fine-tuned specifically for LangChain documents, outperformed other models in retrieval and response quality, underscoring the correlation between high-quality retrieval and improved chatbot responses.
Oct 29, 2023 1,196 words in the original blog post.
Voyage, a team of AI researchers, has launched a new state-of-the-art embedding model and API that surpasses existing public models like OpenAI's text embeddings in retrieval accuracy, particularly for retrieval-augmented generation (RAG) applications. Their model, voyage-01, has been shown to outperform OpenAI's latest offerings on the Massive Text Embeddings Benchmark (MTEB) and nine additional real-world industry domain datasets. By leveraging a novel dataset and proprietary training methods, Voyage offers enhanced retrieval quality, long context windows, and efficient inference. Their embeddings are already improving the performance of chatbots, such as the one used by LangChain, and are customizable for specific domains like coding and finance to further enhance accuracy and reduce costs. The company aims to support developers in building advanced retrieval systems, offering free embedding trials for organizations and fine-tuning services for domain-specific datasets.
Oct 29, 2023 818 words in the original blog post.