Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Oct 10, 2024
1 parent b6e73f5 commit 90975f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/astradb/langchain_astradb/graph_vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(
elif metadata_indexing_exclude is not None:
metadata_indexing_exclude = set(metadata_indexing_exclude)
metadata_indexing_exclude.add(self.metadata_links_key)
else:
elif not autodetect_collection:
metadata_indexing_exclude = [self.metadata_links_key]

self.vector_store = AstraDBVectorStore(
Expand Down

0 comments on commit 90975f1

Please sign in to comment.