mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +00:00
community: Fix deprecation version of AstraDB VectorStore (#17991)
This commit is contained in:
parent
6d863bed51
commit
8a81fcd5d3
@ -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",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user