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 ef244e8 commit 3316645Copy full SHA for 3316645
sources/gc-qa-rag-etl/etlapp/ved/initialize_generic.py
@@ -185,7 +185,7 @@ def start_initialize_generic(context: EtlRagContext) -> None:
185
file_index=file_index,
186
group_index=group_index,
187
doc=doc,
188
- folder_path_full=os.path.join(folder_path_full, product),
+ folder_path_full=folder_path_full,
189
)
190
if points:
191
client.insert_to_collection(collection_name, points)
0 commit comments