mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-28 21:05:17 +02:00
committed by
GitHub
parent
ab905e9fe6
commit
3ec602b47f
@@ -132,7 +132,7 @@ def build_indexing_pipeline(
|
|||||||
vector_index: VectorIndex | None = None,
|
vector_index: VectorIndex | None = None,
|
||||||
keyword_index: KeywordIndex | None = None,
|
keyword_index: KeywordIndex | None = None,
|
||||||
) -> IndexingPipelineProtocol:
|
) -> IndexingPipelineProtocol:
|
||||||
"""Builds a pipline which takes in a list (batch) of docs and indexes them.
|
"""Builds a pipeline which takes in a list (batch) of docs and indexes them.
|
||||||
|
|
||||||
Default uses _ chunker, _ embedder, and qdrant for the datastore"""
|
Default uses _ chunker, _ embedder, and qdrant for the datastore"""
|
||||||
if chunker is None:
|
if chunker is None:
|
||||||
|
Reference in New Issue
Block a user