community: Fix deprecation version of AstraDB VectorStore (#17991)

This commit is contained in:
Christophe Bornet
2024-02-28 23:15:09 +01:00
committed by GitHub
parent 6d863bed51
commit 8a81fcd5d3

View File

@@ -66,7 +66,7 @@ def _unique_list(lst: List[T], key: Callable[[T], U]) -> List[T]:
@deprecated(
since="0.1.23",
since="0.0.21",
removal="0.2.0",
alternative_import="langchain_astradb.AstraDBVectorStore",
)