This commit is contained in:
lbykkkk
2024-11-24 03:18:17 +08:00
parent 50dbff3a14
commit 9b9d77eded
3 changed files with 6 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ class ArxivRagWorker:
f"Paper Title: {first_fragment.title}\n"
f"ArXiv ID: {first_fragment.arxiv_id}\n"
f"Abstract: {first_fragment.abstract}\n"
f"Section Tree:{first_fragment.section_tree}\n"
f"Table of contents:{first_fragment.catalogs}\n"
f"Type: OVERVIEW"
)
}