diff --git a/README.md b/README.md index 2158dd6..439a510 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # langchain-weaviate + +This package contains the LangChain integrations for Weaviate through their `weaviate-client` SDK. + +## Installation and Setup + +- Install the LangChain partner package +```bash +pip install langchain-weaviate +```