mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 03:48:14 +02:00
parent
ab905e9fe6
commit
3ec602b47f
@ -132,7 +132,7 @@ def build_indexing_pipeline(
|
||||
vector_index: VectorIndex | None = None,
|
||||
keyword_index: KeywordIndex | None = None,
|
||||
) -> 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"""
|
||||
if chunker is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user