langchain_community 0.3.2+2 langchain_community: ^0.3.2+2 copied to clipboard
LangChain.dart third-party integrations that don't have a dedicated package.
🦜️🔗 LangChain.dart Community #
Community package for LangChain.dart.
What is LangChain.dart Community? #
LangChain.dart Community contains third-party integrations and community-contributed components that are not part of the core LangChain.dart API.
Depend on this package if you want to use any of the integrations or components it provides.
The most popular third-party integrations have their own packages (e.g. langchain_openai, langchain_google, etc.). Check out the full list of packages.
Features #
- Document loaders:
TextLoader
: for plain text files.CsvLoader
: for CSV or TSV files.JsonLoader
for JSON files.WebBaseLoader
: for web pages.
- Tools:
- Vector stores:
ObjectBoxVectorStore
: ObjectBox on-device vector database.
Check out the API reference for more details.
License #
LangChain.dart is licensed under the MIT License.