We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022d052 commit a033c05Copy full SHA for a033c05
comps/dataprep/src/integrations/milvus.py
@@ -251,6 +251,7 @@ async def ingest_files(
251
chunk_overlap: int = Form(100),
252
process_table: bool = Form(False),
253
table_strategy: str = Form("fast"),
254
+ ingest_from_graphDB: bool = Form(False),
255
):
256
"""Ingest files/links content into milvus database.
257
comps/dataprep/src/integrations/neo4j_langchain.py
@@ -145,6 +145,7 @@ async def ingest_files(
145
146
147
148
149
150
"""Ingest files/links content into Neo4j database.
151
0 commit comments