Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Feb 13, 2024
1 parent 0560dc4 commit 0d393ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class EnhancedLangChainVectorStore(LangChainVectorStore, EnhancedVectorStore, AB
"""Enhanced LangChain vector store"""


class EnhancedLlamaIndexVectorStore(LLamaIndexVectorStore, EnhancedVectorStore, ABC):
# we can't use the VectorStore type here from llama_index.vector_stores.types because AstraDBVectorStore is based on BasePydanticVectorStore
class EnhancedLlamaIndexVectorStore(EnhancedVectorStore, ABC):
"""Enhanced Llama-Index vector store"""


Expand Down

0 comments on commit 0d393ff

Please sign in to comment.