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 ce94c1f commit c6b069eCopy full SHA for c6b069e
sources/gc-qa-rag-etl/etlapp/ved/initialize_forum_qa.py
@@ -210,6 +210,9 @@ def start_initialize_forum_qa(context: EtlRagContext) -> None:
210
content = read_text_from_file(file_path)
211
forum = extract_object(content)
212
213
+ if not thread_dict[file_index]["content"]:
214
+ continue
215
+
216
metadata = {
217
"product": product,
218
"url": thread_dict[file_index]["content"]["url"],
0 commit comments