July 2023 Summaries
3 posts from Portkey
Filter
Month:
Year:
Post Summaries
Back to Blog
As industries increase their use of large language models (LLMs), the associated costs and performance challenges become more pronounced, especially when applications handle millions of queries monthly. Semantic caching emerges as a viable solution, reducing costs and latency by caching responses based on the contextual similarity of input requests rather than exact matches. This approach, as implemented by Portkey, can achieve a cache hit rate of 20% with 99% accuracy, significantly enhancing the efficiency of query processing in high-traffic scenarios such as customer support and enterprise search. By leveraging semantic similarity, organizations can minimize unnecessary LLM calls, thus lowering costs and improving response times. Portkey's system employs OpenAI embeddings and Pinecone's vector search to process queries, providing a reliable caching mechanism that maintains high accuracy and security through encryption. The implementation of semantic caching supports diverse applications and reduces dependency on specific model providers, offering a unified approach to managing repeated queries across heterogeneous environments.
Jul 11, 2023
1,711 words in the original blog post.
Portkey CEO Rohit Agarwal offers practical advice on building robust and dependable Large Language Model (LLM) systems based on his personal experiences. He invites readers to explore more tips on improving LLM reliability and encourages them to subscribe to the Portkey Blog for the latest updates and access to exclusive content.
Jul 01, 2023
51 words in the original blog post.
In a podcast episode featuring Rohit Agarwal from Portkey and Connor from Weaviate, the discussion delves into the distinctions between MLOps and LLMOps, the construction of Retrieval-Augmented Generation (RAG) systems, and the future of production-grade LLM-based applications. Rohit explains that Portkey, a company focused on optimizing the use of large language models (LLMs), addresses the unique challenges of deploying LLMs in production environments, such as cost efficiency and load balancing across multiple LLMs like OpenAI and Azure. The conversation highlights the evolution and importance of semantic caching, which significantly improves response times and reduces costs in enterprise search and customer support. The podcast also explores the implications of cheaper LLM inference on future applications, such as generative feedback loops and orchestration between multiple language models to optimize performance. As LLM inference becomes more cost-effective, the potential for complex decision-making processes and enhanced data storage and retrieval capabilities increases, indicating a shift towards more sophisticated AI-driven solutions.
Jul 01, 2023
6,444 words in the original blog post.