Skip to content

Commit db7b4e5

Browse files
authored
fix: fix class names in README.md (#31)
1 parent 4ac8def commit db7b4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ source <your-env>/bin/activate
3636
## Usage
3737

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

4242
## Contributing
@@ -61,4 +61,4 @@ This is not an officially supported Google product.
6161
[billing]: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
6262
[api]: https://console.cloud.google.com/flows/enableapi?apiid=memorystore.googleapis.com
6363
[auth]: https://googleapis.dev/python/google-api-core/latest/auth.html
64-
[venv]: https://virtualenv.pypa.io/en/latest/
64+
[venv]: https://virtualenv.pypa.io/en/latest/

0 commit comments

Comments
 (0)