LangChain TitanTakeoff Embeddings Integration

Feb 7, 2025

LangChain TitanTakeoff Embeddings Integration

Discover how to generate embeddings using TitanML's Takeoff server with LangChain's TitanTakeoffEmbed class.

Building JSON Chat Agents in LangChain

Feb 6, 2025

Building JSON Chat Agents in LangChain

Learn how to create JSON-based chat agents in LangChain that can interact with tools and handle complex conversations.

Using the Xata Vector Store in LangChain

Feb 6, 2025

Using the Xata Vector Store in LangChain

Learn how to use Xata as a vector store in LangChain for semantic search and document retrieval.

Using Anyscale Embeddings in LangChain

Feb 5, 2025

Using Anyscale Embeddings in LangChain

Learn how to leverage Anyscale's embeddings API for text embedding capabilities in your LangChain applications.

Load Custom Datasets in LangChain for Model Evaluation

Feb 5, 2025

Load Custom Datasets in LangChain for Model Evaluation

Learn how to use LangChain's load_dataset module to import and work with custom datasets from the Hugging Face hub for model evaluation and testing.

Using the Bearly Code Interpreter Tool in LangChain

Feb 4, 2025

Using the Bearly Code Interpreter Tool in LangChain

Learn how to use BearlyInterpreterTool to execute Python code in a secure sandbox environment and handle file operations in LangChain.

Using LangChain ZenGuard Detector for AI Safety and Security

Feb 4, 2025

Using LangChain ZenGuard Detector for AI Safety and Security

Learn how to implement security features and content monitoring in your LLM applications using the ZenGuard Detector class in LangChain.

Using ImagePromptTemplate in LangChain for Multimodal Models

Feb 3, 2025

Using ImagePromptTemplate in LangChain for Multimodal Models

Learn how to create and use image prompts for multimodal models with LangChain's ImagePromptTemplate class.

Mastering Search Types in LangChain with SearchType Enum

Feb 3, 2025

Mastering Search Types in LangChain with SearchType Enum

Learn how to use SearchType enumeration to control search behavior in LangChain retrievers for more effective document retrieval.

Search Types in LangChain Retrievers

Feb 2, 2025

Search Types in LangChain Retrievers

Learn how to use different search types to improve retrieval results in LangChain retrievers.

LangChain Structured Query Output Parser Guide

Feb 2, 2025

LangChain Structured Query Output Parser Guide

Learn how to parse and structure queries for self-querying retrieval systems using LangChain's StructuredQueryOutputParser.

Using Connery Service in LangChain to Run Plugin Actions

Feb 1, 2025

Using Connery Service in LangChain to Run Plugin Actions

Learn how to use ConneryService to interact with Connery Runner API, list available actions, and run plugin actions in your LangChain applications.