mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
doc: Add doc for CassandraByteStore (#22126)
Preview: https://langchain-git-fork-cbornet-doc-cassandrabytestore-langchain.vercel.app/v0.2/docs/integrations/stores/cassandra/
This commit is contained in:
committed by
GitHub
parent
2edb512282
commit
c838de5027
@@ -22,6 +22,9 @@ if TYPE_CHECKING:
|
||||
AstraDBByteStore,
|
||||
AstraDBStore,
|
||||
)
|
||||
from langchain_community.storage.cassandra import (
|
||||
CassandraByteStore,
|
||||
)
|
||||
from langchain_community.storage.mongodb import (
|
||||
MongoDBStore,
|
||||
)
|
||||
@@ -36,6 +39,7 @@ if TYPE_CHECKING:
|
||||
__all__ = [
|
||||
"AstraDBByteStore",
|
||||
"AstraDBStore",
|
||||
"CassandraByteStore",
|
||||
"MongoDBStore",
|
||||
"RedisStore",
|
||||
"UpstashRedisByteStore",
|
||||
@@ -45,6 +49,7 @@ __all__ = [
|
||||
_module_lookup = {
|
||||
"AstraDBByteStore": "langchain_community.storage.astradb",
|
||||
"AstraDBStore": "langchain_community.storage.astradb",
|
||||
"CassandraByteStore": "langchain_community.storage.cassandra",
|
||||
"MongoDBStore": "langchain_community.storage.mongodb",
|
||||
"RedisStore": "langchain_community.storage.redis",
|
||||
"UpstashRedisByteStore": "langchain_community.storage.upstash_redis",
|
||||
|
@@ -3,6 +3,7 @@ from langchain_community.storage import __all__, _module_lookup
|
||||
EXPECTED_ALL = [
|
||||
"AstraDBStore",
|
||||
"AstraDBByteStore",
|
||||
"CassandraByteStore",
|
||||
"MongoDBStore",
|
||||
"RedisStore",
|
||||
"UpstashRedisByteStore",
|
||||
|
Reference in New Issue
Block a user