langchain/libs/community/langchain_community/storage
Ajayeswar Reddy 9b7bdf1a26
Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029)
- [ ] **PR title**: docs: fix typo in SQLStore import path

- [ ] **PR message**: 
- **Description:** This PR corrects a typo in the docstrings for the
class SQLStore(BaseStore[str, bytes]). The import path in the docstring
currently reads from langchain_rag.storage import SQLStore, which should
be changed to langchain_community.storage import SQLStore. This typo is
also reflected in the official documentation.
    - **Issue:** N/A
    - **Dependencies:** None
    - **Twitter handle:** N/A

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-10-08 17:51:26 +00:00
..
__init__.py community[minor]: add mongodb byte store (#23876) 2024-07-19 13:54:12 -04:00
astradb.py multiple: update removal targets (#25361) 2024-08-14 09:50:39 -04:00
cassandra.py community: docstrings (#23202) 2024-06-20 11:08:13 -04:00
exceptions.py core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750) 2024-04-30 13:14:26 -04:00
mongodb.py community[minor]: add mongodb byte store (#23876) 2024-07-19 13:54:12 -04:00
redis.py community[minor]: fix redis store docstring and streamline initialization code (#22730) 2024-06-11 14:08:05 +00:00
sql.py Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029) 2024-10-08 17:51:26 +00:00
upstash_redis.py multiple[patch]: fix deprecation versions (#18349) 2024-02-29 16:58:33 -08:00