
Nov 24, 2024
LangChain SearchScope for Searching Messages and Summaries
Learn how to use LangChain's SearchScope to efficiently search chat history messages and summaries.

Nov 23, 2024
LangChain LanguageParser - Intelligent Code Parsing for Multiple Languages
Learn how to parse and process source code intelligently using LangChain's LanguageParser to split code into meaningful segments based on language syntax.

Nov 23, 2024
LangChain Message Conversion with tool_example_to_messages
Learn how to convert tool examples to chat messages in LangChain using the tool_example_to_messages utility.

Nov 22, 2024
Querying Golden's Knowledge Graph with LangChain's GoldenQueryAPIWrapper
Learn how to leverage Golden's extensive knowledge graph using LangChain's GoldenQueryAPIWrapper to get structured data about companies, products, and more.

Nov 22, 2024
Loading Org-mode Files in LangChain with UnstructuredOrgModeLoader
A comprehensive guide on loading and processing Org-mode files in LangChain using the UnstructuredOrgModeLoader, with examples of different loading modes and options.

Nov 21, 2024
Vector Storage with LangChain VDMS
Learn how to use Intel's VDMS as a vectorstore in LangChain to store and search vector embeddings efficiently.

Nov 21, 2024
Using Weaviate Vector Store in LangChain
Learn how to use the Weaviate vector store integration in LangChain to store, search and manage vector embeddings effectively.

Nov 20, 2024
Using LangChain's Airtable Document Loader
Explore how to load and process data from Airtable tables using LangChain's AirtableLoader, with examples of both synchronous and asynchronous loading methods.

Nov 20, 2024
Using merge_chat_runs in LangChain - Chat Message Processing
Learn how to merge consecutive chat messages from the same sender in LangChain using merge_chat_runs to optimize chat conversation processing.

Nov 19, 2024
Working with iMessage Data in LangChain using IMessageChatLoader
Learn how to load and process iMessage conversations from macOS into chat messages using LangChain's IMessageChatLoader.

Nov 19, 2024
Converting Web Content to Markdown with LangChain's ToMarkdownLoader
Learn how to convert web pages to markdown format using LangChain's ToMarkdownLoader and the 2markdown service API.

Nov 18, 2024
Loading LangSmith Chat Datasets in LangChain
Learn how to load and process chat data from LangSmith datasets using LangChain's LangSmithDatasetChatLoader.