Skip to content

Commit e9008a1

Browse files
authored
Merge pull request #74 from langchain-ai/rename_package
renamed package to langchain-google-community
2 parents 65b12c1 + ee94631 commit e9008a1

19 files changed

+15
-113
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

libs/community/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# langchain-google-community
2+
3+
This package contains the LangChain integrations for Google products that are not part of `langchain-google-vertexai` or `langchain-google-genai` packages.
4+
5+
## Installation
6+
7+
```bash
8+
pip install -U langchain-google-community
9+
```

libs/tools/poetry.lock renamed to libs/community/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/tools/pyproject.toml renamed to libs/community/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
2-
name = "langchain-google-tools"
3-
version = "0.1.0"
2+
name = "langchain-google-community"
3+
version = "0.1.0rc0"
44
description = "An integration package connecting miscellaneous Google's products and LangChain"
55
authors = []
66
readme = "README.md"
77
repository = "https://github.com/langchain-ai/langchain-google"
88
license = "MIT"
99

1010
[tool.poetry.urls]
11-
"Source Code" = "https://github.com/langchain-ai/langchain-google/tree/main/libs/tools"
11+
"Source Code" = "https://github.com/langchain-ai/langchain-google/tree/main/libs/community"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"

libs/tools/README.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)