
Feb 7, 2025
LangChain TitanTakeoff Embeddings Integration
Discover how to generate embeddings using TitanML's Takeoff server with LangChain's TitanTakeoffEmbed class.

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.

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.

Feb 5, 2025
Using Anyscale Embeddings in LangChain
Learn how to leverage Anyscale's embeddings API for text embedding capabilities in your LangChain applications.

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.

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.

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.

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.

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.

Feb 2, 2025
Search Types in LangChain Retrievers
Learn how to use different search types to improve retrieval results in LangChain retrievers.

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.

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.