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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.