langchain-weaviate
An integration package connecting Weaviate and LangChain
What it is and what it does
langchain-weaviate is an integration package that bridges LangChain applications with Weaviate, an open-source AI-native vector database. It allows LangChain users to use Weaviate as their vector store backend for storing and retrieving embeddings, eliminating the need to write custom integration code.
The package depends on langchain-core, numpy, and weaviate-client, and requires Python 3.10 or later. It assumes you already have LangChain installed and a running Weaviate instance deployed—whether via Docker Compose, Weaviate Cloud Services, Kubernetes, or a cloud provider. The package is actively maintained with no known security vulnerabilities.
Use it for:
- Store embeddings generated by LangChain in Weaviate for semantic search and retrieval-augmented generation workflows.
- Build AI applications that need persistent, queryable vector storage with LangChain's language model orchestration.
- Integrate Weaviate as a vector store backend in LangChain agents or chains that require embedding-based retrieval.
- Migrate or connect existing Weaviate deployments to LangChain-based applications without custom adapter code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Weaviate vector database with LangChain, enabling LangChain applications to store and retrieve embeddings in Weaviate.
Yes, if you are building a LangChain application and have or plan to deploy Weaviate. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. The main prerequisite is having a running Weaviate instance; without that, the package alone is not useful.
Install
langchain-weaviate on PyPI
pip
pip install langchain-weaviateuv
uv add langchain-weaviatepoetry
poetry add langchain-weaviateInstalling langchain-weaviate
Before you install
Low install friction with three straightforward runtime dependencies. The package is actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal legal friction.
Quickstart
pip install langchain-weaviate
from langchain_weaviate import WeaviateVectorStore
vector_store = WeaviateVectorStore.from_documents(
documents, embeddings, client=weaviate_client
)
A running Weaviate instance must be deployed and accessible before using this package.
Verify before relying
- Whether the package supports all Weaviate deployment methods mentioned in the description (Docker Compose, WCS, Kubernetes, cloud providers) or only a subset.
- Specific LangChain version compatibility constraints beyond what the package declares.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — langchain-core, numpy, weaviate-client |
| Maintenance | actively maintained — 35 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 325,781/month — #7,582 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: langchain_weaviate-0.0.8-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
langchain-qdrantConnects LangChain applications to Qdrant…
permissive · top 5,000 on PyPI
weaviate-clientA Python client library for connecting to and…
permissive · top 1,000 on PyPI
langchain-elasticsearchIntegrates Elasticsearch with LangChain to…
permissive · top 15,000 on PyPI
langchain-milvusIntegrates LangChain with Milvus vector…
permissive · top 15,000 on PyPI
langchain-chromaConnects LangChain applications to Chroma, a…
permissive · top 5,000 on PyPI
langchain-cerebrasIntegrates Cerebras AI inference services with…
permissive · top 15,000 on PyPI
langchain-oracledbIntegrates Oracle Database with LangChain to…
unclear · top 15,000 on PyPI
langchain-astradbIntegrates Astra DB (a serverless vector…
permissive · top 15,000 on PyPI
databricks-langchainIntegrates Databricks AI services—LLMs, vector…
permissive · top 5,000 on PyPI
deeplakeDeep Lake is a serverless database for storing,…
unclear · top 15,000 on PyPI