Skip to content

Commit

Permalink
community: Fix deprecation version of AstraDB VectorStore (#17991)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Feb 28, 2024
1 parent 6d863be commit 8a81fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/vectorstores/astradb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 8a81fcd

Please sign in to comment.