LangChain Message Conversion with tool_example_to_messages

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.

Querying Golden's Knowledge Graph with LangChain's GoldenQueryAPIWrapper

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.

Loading Org-mode Files in LangChain with UnstructuredOrgModeLoader

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.

Vector Storage with LangChain VDMS

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.

Using Weaviate Vector Store in LangChain

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.

Using LangChain's Airtable Document Loader

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.

Using merge_chat_runs in LangChain - Chat Message Processing

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.

Working with iMessage Data in LangChain using IMessageChatLoader

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.

Converting Web Content to Markdown with LangChain's ToMarkdownLoader

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.

Loading LangSmith Chat Datasets in LangChain

Nov 18, 2024

Loading LangSmith Chat Datasets in LangChain

Learn how to load and process chat data from LangSmith datasets using LangChain's LangSmithDatasetChatLoader.

Using Oracle AI Vector Search in LangChain

Nov 18, 2024

Using Oracle AI Vector Search in LangChain

Learn how to use Oracle AI Vector Search as a vector store in LangChain for semantic document search and retrieval.

LangChain ApertureDB Vector Store - Store and Search Embeddings

Nov 17, 2024

LangChain ApertureDB Vector Store - Store and Search Embeddings

Learn how to use ApertureDB vector store with LangChain to store, index and search document embeddings for similarity search and RAG applications.