From a8305b87f9d6be592e3128319145cc4f14a7bc5e Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 29 Jan 2024 16:10:50 -0800 Subject: [PATCH] feat: test feature commit, readme change --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```