mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-03 22:28:04 +00:00
- [ ] **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> |
||
---|---|---|
.. | ||
__init__.py | ||
astradb.py | ||
cassandra.py | ||
exceptions.py | ||
mongodb.py | ||
redis.py | ||
sql.py | ||
upstash_redis.py |