Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed package to langchain-google-community #74

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

4 changes: 2 additions & 2 deletions libs/tools/pyproject.toml → libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "langchain-google-tools"
name = "langchain-google-community"
version = "0.1.0"
description = "An integration package connecting miscellaneous Google's products and LangChain"
authors = []
Expand All @@ -8,7 +8,7 @@ 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
107 changes: 0 additions & 107 deletions libs/tools/README.md

This file was deleted.

Loading