Skip to content

Commit

Permalink
Merge pull request #74 from langchain-ai/rename_package
Browse files Browse the repository at this point in the history
renamed package to langchain-google-community
  • Loading branch information
efriis authored Mar 19, 2024
2 parents 65b12c1 + ee94631 commit e9008a1
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 113 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions libs/community/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# langchain-google-community

This package contains the LangChain integrations for Google products that are not part of `langchain-google-vertexai` or `langchain-google-genai` packages.

## Installation

```bash
pip install -U langchain-google-community
```
6 changes: 3 additions & 3 deletions libs/tools/poetry.lock → libs/community/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/tools/pyproject.toml → libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "langchain-google-tools"
version = "0.1.0"
name = "langchain-google-community"
version = "0.1.0rc0"
description = "An integration package connecting miscellaneous Google's products and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain-google"
license = "MIT"

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

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down
File renamed without changes.
107 changes: 0 additions & 107 deletions libs/tools/README.md

This file was deleted.

0 comments on commit e9008a1

Please sign in to comment.