
Nov 11, 2024
Find Jobs with LangChain's GoogleJobsAPIWrapper
Learn how to search and retrieve job postings from Google Jobs using LangChain's GoogleJobsAPIWrapper - perfect for building job search applications and career tools.

Nov 11, 2024
Using Cross Encoders in LangChain with HuggingFace Models
Learn how to use HuggingFace cross encoder models in LangChain for text similarity scoring and reranking search results.

Nov 10, 2024
Converting LangChain Messages to API Format with convert_message_to_dict
Learn how to transform LangChain message objects into API-compatible dictionaries using the convert_message_to_dict utility function.

Nov 10, 2024
LangChain Cosine Similarity Guide - Calculate Vector Similarities
Learn how to calculate cosine similarity between vectors in LangChain using the cosine_similarity utility function, with practical examples for text embeddings and semantic routing.

Nov 9, 2024
LangChain Infobip Integration - Sending SMS and Emails Programmatically
Learn how to integrate Infobip messaging services into your LangChain applications to send SMS and emails using the InfobipAPIWrapper

Nov 9, 2024
Load Slack Chat History with LangChain's SlackChatLoader
Learn how to extract and process Slack conversation history using LangChain's SlackChatLoader, with examples of both eager and lazy loading approaches.

Nov 8, 2024
LangChain Citation Fuzzy Matching - Adding Citations to LLM Responses
Learn how to create chains that automatically add relevant citations from context to LLM responses using LangChain's citation fuzzy matching

Nov 8, 2024
LangChain MathPix PDF Loader - Extract Text from PDFs with High Precision
Learn how to use LangChain's MathpixPDFLoader to accurately extract text and formulas from PDF documents using the Mathpix OCR service.

Nov 8, 2024
MLflow Callback Handler in LangChain - Track Your LLM Experiments
Learn how to track and monitor your LangChain experiments using the MLflow callback handler for metrics, artifacts and experiment tracking.

Nov 8, 2024
Load Twitter Tweets in LangChain with TwitterTweetLoader
Learn how to load tweets from Twitter users and process them as documents using LangChain's TwitterTweetLoader.

Nov 7, 2024
LangChain Apache Doris Settings for Vector Storage
Configure Apache Doris vector store integration in LangChain with ApacheDorisSettings for efficient vector storage and retrieval

Nov 7, 2024
Preparing Messages for LangChain Fine-tuning with OpenAI
Learn how to convert chat messages into a format suitable for fine-tuning OpenAI models using LangChain's convert_messages_for_finetuning