mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
community: recommend RedisVectorStore over Redis (#28749)
This commit is contained in:
parent
8f5e72de05
commit
d4b5e7ef22
@ -71,6 +71,9 @@ def check_index_exists(client: RedisType, index_name: str) -> bool:
|
||||
return True
|
||||
|
||||
|
||||
@deprecated(
|
||||
since="0.3.13", removal="1.0", alternative_import="langchain_redis.RedisVectorStore"
|
||||
)
|
||||
class Redis(VectorStore):
|
||||
"""Redis vector database.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user