Using Jina Embeddings in LangChain for Text and Image Embeddings

Feb 21, 2025

Using Jina Embeddings in LangChain for Text and Image Embeddings

Learn how to leverage Jina AI's powerful embedding models in LangChain for both text and image content using the JinaEmbeddings class.

Using the LangChain Requests Utility for HTTP Operations

Feb 21, 2025

Using the LangChain Requests Utility for HTTP Operations

Learn how to use LangChain's Requests utility to make HTTP requests with authentication support and async capabilities.

Using SingleStore DB Semantic Cache in LangChain

Feb 20, 2025

Using SingleStore DB Semantic Cache in LangChain

Learn how to implement semantic caching for LLM responses using SingleStore DB in LangChain to optimize performance and reduce API costs.

Using LangChain TextEmbed for Generating Vector Embeddings

Feb 20, 2025

Using LangChain TextEmbed for Generating Vector Embeddings

Learn how to use LangChain's TextEmbedEmbeddings to generate high-quality vector embeddings from text using the TextEmbed inference server.

Using LangChain's CassandraSemanticCache for Semantic-Based LLM Response Caching

Feb 19, 2025

Using LangChain's CassandraSemanticCache for Semantic-Based LLM Response Caching

Learn how to implement semantic-based caching for LLM responses using CassandraSemanticCache in LangChain to improve performance and reduce costs.

Working with DataheraldAPI in LangChain for Text-to-SQL

Feb 19, 2025

Working with DataheraldAPI in LangChain for Text-to-SQL

Learn how to use the DataheraldAPIWrapper in LangChain to convert natural language queries into SQL statements using Dataherald's powerful text-to-SQL capabilities.

Using NLPCloud Embeddings with LangChain for Multilingual Text Processing

Feb 18, 2025

Using NLPCloud Embeddings with LangChain for Multilingual Text Processing

Learn how to leverage NLPCloud's embedding models in LangChain for processing text in over 50 languages and generating high-quality vector representations.

Using LangChain UnstructuredODTLoader for OpenDocument Files

Feb 18, 2025

Using LangChain UnstructuredODTLoader for OpenDocument Files

Learn how to load and process OpenDocument Text (ODT) files in LangChain using the UnstructuredODTLoader.

Loading Documents from Cassandra with LangChain

Feb 17, 2025

Loading Documents from Cassandra with LangChain

Learn how to load documents from Apache Cassandra databases using the CassandraLoader in LangChain to retrieve and process data for your AI applications.

Using LangChain's TelegramChatLoader to Process Telegram Conversations

Feb 17, 2025

Using LangChain's TelegramChatLoader to Process Telegram Conversations

Learn how to use LangChain's TelegramChatLoader to import and process Telegram chat history as structured chat sessions.

Using LangChain CubeSemanticLoader for Data Model Metadata

Feb 16, 2025

Using LangChain CubeSemanticLoader for Data Model Metadata

Learn how to use LangChain's CubeSemanticLoader to retrieve and process Cube's data model metadata for enhancing LLM context and queries.

Using the LangChain PlayWright Browser Creator for Web Automation

Feb 16, 2025

Using the LangChain PlayWright Browser Creator for Web Automation

Learn how to create an asynchronous PlayWright browser instance in LangChain for web automation and scraping tasks.