Home / Companies / Activeloop / Blog / September 2023

September 2023 Summaries

3 posts from Activeloop

Filter
Month: Year:
Post Summaries Back to Blog
Retrieval Augmented Generation (RAG) systems, which provide context to Large Language Models (LLMs), are currently being used by enterprises for various applications such as documenting internal processes and customer support automation. However, the utility of these implementations depends on the retrieval accuracy, with RAG applications achieving a maximum accuracy rate of 70%. To improve this, several techniques like feature engineering, fine-tuning embeddings, hybrid or lexical search, reranking final results with cross encoders, and context-aware fine-tuning LLMs have been employed. However, these methods offer only marginal improvements that do not fundamentally change the user experience of using LLM apps. Deep Memory is a new solution that significantly increases Deep Lake's vector search accuracy up to +22% by learning an index from labeled queries tailored to your application without impacting search time. This can be achieved with just a few hundred example pairs of prompt embeddings and most relevant answers from the vector store. After training, vector search is used as usual. Deep Memory also allows for further improvement in search results by combining them with lexical search or rerankers. Deep Memory has been shown to improve retrieval accuracy without altering existing workflows and can significantly reduce inference costs via lower token usage. Health tech startup Munai, backed by the Bill & Melinda Gates Foundation, has achieved an 18.6% boost in vector search accuracy across medical documents using Deep Memory. The solution is now generally available with the latest Deep Lake version.
Sep 28, 2023 1,294 words in the original blog post.
Deep Lake 3.7.1 introduces an improved implementation of the HNSW Approximate Nearest Neighbor (ANN) search algorithm, enhancing speed and affordability for production-grade Retrieval Augmented Generation (RAG) applications. The new index implementation allows sub-second vector search for over 35 million embeddings while significantly reducing costs compared to other vector databases. Deep Lake's efficient memory architecture minimizes RAM usage without compromising performance, making it ideal for building large-scale LLM applications.
Sep 26, 2023 480 words in the original blog post.
SafetyDetectives interviewed Davit Buniatyan, CEO and Co-Founder of Activeloop, about their innovative approach to managing multi-modal datasets for AI teams. Buniatyan highlighted the significance of adapting to AI's rapid advancements using state-of-the-art technology like Deep Lake, especially during the global compute shortage. He also discussed safety concerns such as data confidentiality, model hallucination, or code injection when integrating company data with Large Language Models (LLMs).
Sep 04, 2023 70 words in the original blog post.