Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Sep 20, 2024
1 parent 80ea19c commit 37bd661
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 578 deletions.
4 changes: 2 additions & 2 deletions libs/astradb/langchain_astradb/graph_vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
Sequence,
)

from langchain_core.documents import Document
from langchain_core.graph_vectorstores.base import (
from langchain_community.graph_vectorstores.base import (
GraphVectorStore,
Node,
)
from langchain_core.documents import Document
from typing_extensions import override

from langchain_astradb import AstraDBVectorStore
Expand Down
Loading

0 comments on commit 37bd661

Please sign in to comment.