Skip to content

Commit a033c05

Browse files
Fix milvus dataprep ingest files failure (#1299)
Signed-off-by: lvliang-intel <liang1.lv@intel.com> Co-authored-by: Letong Han <106566639+letonghan@users.noreply.github.com>
1 parent 022d052 commit a033c05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

comps/dataprep/src/integrations/milvus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ async def ingest_files(
251251
chunk_overlap: int = Form(100),
252252
process_table: bool = Form(False),
253253
table_strategy: str = Form("fast"),
254+
ingest_from_graphDB: bool = Form(False),
254255
):
255256
"""Ingest files/links content into milvus database.
256257

comps/dataprep/src/integrations/neo4j_langchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ async def ingest_files(
145145
chunk_overlap: int = Form(100),
146146
process_table: bool = Form(False),
147147
table_strategy: str = Form("fast"),
148+
ingest_from_graphDB: bool = Form(False),
148149
):
149150
"""Ingest files/links content into Neo4j database.
150151

0 commit comments

Comments
 (0)