Skip to content

Commit

Permalink
resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Feb 13, 2024
1 parent 16f57ea commit 677f222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def metaclass_resolver(*classes):


class EnhancedAstraDBLlamaIndexVectorStore(
metaclass_resolver(EnhancedLlamaIndexVectorStore, AstraDBVectorStore)
metaclass_resolver(AstraDBVectorStore, EnhancedLlamaIndexVectorStore)
):

def put_document(
Expand Down

0 comments on commit 677f222

Please sign in to comment.