-
SelfCheckGPT for LLM Evaluation
Detecting hallucinations in language models is challenging. There are three general approaches: The problem with many LLM-as-a-Judge techniques is that…
-
Perplexity for LLM Evaluation
Perplexity is, historically speaking, one of the “standard” evaluation metrics for language models. And while recent years have seen a…
-
Top 5 Web Scraping Methods: Including Using LLMs
Introduction Web scraping automates the extraction of data from websites using programming or specialized tools. Required for tasks such as…
-
How Comet Achieved Zero Downtime
Introduction In an era where developers and engineers are constantly evaluating and adopting cloud tools, one of the most important…
-
Decoding the Significance of LLM Chains in LLMOps
Everything about Chaining in LLMs Table of Contents I. LLM Chains II. What is exactly Chaining in LLMOps and is it essential?…
-
Conversational AI with LangChain and Comet
An Introduction to Conversational AI AI chatbots and other conversational AI offer 24/7 availability support, minimize errors, save costs, boost…
-
Enhance Conversational Agents with LangChain Memory
LangChain Conversation Memory Types: Pros & Cons, and Code Examples When it comes to chatbots and conversational agents, the ability…
-
Logging YOLOPandas 🐼 with Comet-LLM
I wrote an article on how you can explore your data with YOLOPandas and Comet, and you can find the…
-
Create a Simple E-commerce Chatbot With OpenAI
Forget about complicated Deep Learning algorithms — making a chatbot is way simpler with OpenAI and CometLLM Table of Contents…