community: recommend RedisVectorStore over Redis (#28749)

This commit is contained in:
Erick Friis
2024-12-16 13:08:30 -08:00
committed by GitHub
parent 8f5e72de05
commit d4b5e7ef22

View File

@@ -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.