mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +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(
|
@deprecated(
|
||||||
since="0.1.23",
|
since="0.0.21",
|
||||||
removal="0.2.0",
|
removal="0.2.0",
|
||||||
alternative_import="langchain_astradb.AstraDBVectorStore",
|
alternative_import="langchain_astradb.AstraDBVectorStore",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user