langchain_community library

LangChain.dart third-party integrations that don't have a dedicated package.

Classes

BaseObjectBoxVectorStore<T>
Base class for ObjectBox vector store.
CalculatorTool
A tool that can be used to calculate the result of a math expression.
CsvLoader
A document loader for loading documents from CSV or TSV files.
DirectoryLoader
A versatile document loader that loads Documents from a directory.
JsonLoader
A document loader that loads a Documents from a JSON file.
ObjectBoxDocument
The ObjectBox entity representing a LangChain Document.
ObjectBoxSimilaritySearch
ObjectBox similarity search config.
ObjectBoxVectorStore
Vector store for the ObjectBox on-device database.
TavilyAnswerTool
Tool that queries the Tavily Search API and gets an answer to the search query.
TavilyAnswerToolOptions
Generation options to pass into the TavilyAnswerTool.
TavilySearchResult
A search result from the Tavily search engine.
TavilySearchResults
A search results from the Tavily search engine.
TavilySearchResultsTool
Tool that queries the Tavily Search API and gets back a list of search results.
TavilySearchResultsToolOptions
Generation options to pass into the TavilySearchResultsTool.
TextLoader
A document loader that loads a Document from a text file.
WebBaseLoader
A document loader that loads Documents from web pages.

Enums

TavilySearchDepth
The depth of the search.

Typedefs

ObjectBoxDocumentProps = ObjectBoxDocument_
ObjectBoxDocument entity fields to define ObjectBox queries.