We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bdeb4 commit bdfa26fCopy full SHA for bdfa26f
1 file changed
hivemind_etl/mediawiki/etl.py
@@ -99,7 +99,7 @@ def transform(self) -> list[Document]:
99
def load(self, documents: list[Document]) -> None:
100
logging.info(f"Loading {len(documents)} documents into Qdrant!")
101
ingestion_pipeline = CustomIngestionPipeline(
102
- self.community_id, collection_name=self.platform_id, use_cache=False
+ self.community_id, collection_name=self.platform_id, use_cache=False,
103
)
104
105
# Process batches in parallel using ThreadPoolExecutor
0 commit comments