From 2813e8640703b8066d8dd6c739829bb4f4aa634e Mon Sep 17 00:00:00 2001 From: Alex Thomas Date: Wed, 27 Nov 2024 20:41:12 +0000 Subject: [PATCH] docs: Adds the langchain-neo4j package to the API docs (#28386) This PR adds the `langchain-neo4j` package to the `libs/packages.yml` so the API docs can be built. --- libs/packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/packages.yml b/libs/packages.yml index 388f307b8dfc8..a0a41894075d7 100644 --- a/libs/packages.yml +++ b/libs/packages.yml @@ -147,3 +147,6 @@ packages: - name: langchain-tests repo: langchain-ai/langchain path: libs/standard-tests + - name: langchain-neo4j + repo: langchain-ai/langchain-neo4j + path: libs/neo4j