Skip to content

Commit 3e428b2

Browse files
authored
chore: update package name (#9)
1 parent 16608ec commit 3e428b2

12 files changed

Lines changed: 24 additions & 128 deletions

File tree

.github/.Owlbot.lock.yaml

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

.github/.Owlbot.yaml

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

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!
1010

1111
Please run down the following list and make sure you've tried the usual "quick fixes":
1212

13-
- Search the issues already opened: https://github.com/googleapis/langchain-redis-query-python/issues
13+
- Search the issues already opened: https://github.com/googleapis/langchain-google-memorystore-redis-python/issues
1414
- Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python
1515

1616
If you are still having issues, please be sure to include as much information as possible:
@@ -20,7 +20,7 @@ If you are still having issues, please be sure to include as much information as
2020
- OS type and version:
2121
- Python version: `python --version`
2222
- pip version: `pip --version`
23-
- `langchain-redis-query` version: `pip show langchain-redis-query`
23+
- `langchain-google-memorystore-redis` version: `pip show langchain-google-memorystore-redis`
2424

2525
#### Steps to reproduce
2626

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
2-
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-redis-query-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
2+
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
33
- [ ] Ensure the tests and linter pass
44
- [ ] Code coverage does not decrease (if any source code was changed)
55
- [ ] Appropriate docs were updated (if necessary)

.github/auto-approve.yml

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

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ jobs:
4949
run: |
5050
black --check .
5151
isort --check .
52-
5352
- name: Run type-check
54-
run: mypy .
53+
run: mypy --install-types --non-interactive .

.repo-metadata.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "langchain-redis-query",
3-
"name_pretty": "LangChain Redis Query - Python",
4-
"issue_tracker": "https://github.com/googleapis/langchain-redis-query-python/issues",
5-
"client_documentation": "https://github.com/googleapis/langchain-google-redis-query-python/tree/main/docs",
2+
"name": "langchain-google-memorystore-redis",
3+
"name_pretty": "Memorystore for Redis for LangChain - Python",
4+
"issue_tracker": "https://github.com/googleapis/langchain-google-memorystore-redis-python/issues",
5+
"client_documentation": "https://github.com/googleapis/langchain-google-memorystore-redis-python/tree/main/docs",
66
"release_level": "preview",
77
"language": "python",
88
"library_type": "OTHER",
9-
"repo": "googleapis/langchain-redis-query-python",
10-
"distribution_name": "langchain-redis-query",
9+
"repo": "googleapis/langchain-google-memorystore-redis-python",
10+
"distribution_name": "langchain-google-memorystore-redis",
1111
"requires_billing": true,
1212
"codeowner_team": "@googleapis/senseai-eco"
13-
}
13+
}

MANIFEST.in

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Memorystore for LangChain
1+
# Memorystore for Redis for LangChain
22

33
*Description*
44

@@ -30,13 +30,13 @@ dependencies.
3030
pip install virtualenv
3131
virtualenv <your-env>
3232
source <your-env>/bin/activate
33-
<your-env>/bin/pip install langchain-google-redis-query
33+
<your-env>/bin/pip install langchain-google-memorystore-redis
3434
```
3535

3636
## Usage
3737

3838
```python
39-
from langchain_google_redis_query import MemorystoreVectorstore, MemorystoreLoader, MemorystoreChatMessageHistory
39+
from langchain_google_memorystore_redis import MemorystoreVectorstore, MemorystoreLoader, MemorystoreChatMessageHistory
4040
```
4141

4242
## Contributing

owlbot.py

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

0 commit comments

Comments
 (0)