From ea01b3638c61827b240a6747f6916d6744d7cd97 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 28 Aug 2025 19:38:05 +0800 Subject: [PATCH] fix doc locations --- README.md | 2 +- .../pdfs}/2023-annual-report-truncated.pdf | Bin {docs => tests/pdfs}/2023-annual-report.pdf | Bin {docs => tests/pdfs}/PRML.pdf | Bin ...egulation Best Interest_Interpretive release.pdf | Bin .../Regulation Best Interest_proposed rule.pdf | Bin {docs => tests/pdfs}/earthmover.pdf | Bin {docs => tests/pdfs}/four-lectures.pdf | Bin {docs => tests/pdfs}/q1-fy25-earnings.pdf | Bin .../2023-annual-report-truncated_structure.json | 0 .../results}/2023-annual-report_structure.json | 0 {results => tests/results}/PRML_structure.json | 0 ...est Interest_Interpretive release_structure.json | 0 ...ation Best Interest_proposed rule_structure.json | 0 .../results}/earthmover_structure.json | 0 .../results}/four-lectures_structure.json | 0 .../results}/q1-fy25-earnings_structure.json | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename {docs => tests/pdfs}/2023-annual-report-truncated.pdf (100%) rename {docs => tests/pdfs}/2023-annual-report.pdf (100%) rename {docs => tests/pdfs}/PRML.pdf (100%) rename {docs => tests/pdfs}/Regulation Best Interest_Interpretive release.pdf (100%) rename {docs => tests/pdfs}/Regulation Best Interest_proposed rule.pdf (100%) rename {docs => tests/pdfs}/earthmover.pdf (100%) rename {docs => tests/pdfs}/four-lectures.pdf (100%) rename {docs => tests/pdfs}/q1-fy25-earnings.pdf (100%) rename {results => tests/results}/2023-annual-report-truncated_structure.json (100%) rename {results => tests/results}/2023-annual-report_structure.json (100%) rename {results => tests/results}/PRML_structure.json (100%) rename {results => tests/results}/Regulation Best Interest_Interpretive release_structure.json (100%) rename {results => tests/results}/Regulation Best Interest_proposed rule_structure.json (100%) rename {results => tests/results}/earthmover_structure.json (100%) rename {results => tests/results}/four-lectures_structure.json (100%) rename {results => tests/results}/q1-fy25-earnings_structure.json (100%) diff --git a/README.md b/README.md index 2b85725..ba3872c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Check out this simple [*Vectorless RAG Notebook*](https://github.com/VectifyAI/P # 📦 PageIndex Tree Structure PageIndex can transform lengthy PDF documents into a semantic **tree structure**, similar to a _"table of contents"_ but optimized for use with Large Language Models (LLMs). It's ideal for: financial reports, regulatory filings, academic textbooks, legal or technical manuals, and any document that exceeds LLM context limits. -Here is an example output. See more [example documents](https://github.com/VectifyAI/PageIndex/tree/main/docs) and [generated trees](https://github.com/VectifyAI/PageIndex/tree/main/results). +Here is an example output. See more [example documents](https://github.com/VectifyAI/PageIndex/tree/main/tests/pdfs) and [generated trees](https://github.com/VectifyAI/PageIndex/tree/main/tests/results). ``` ... diff --git a/docs/2023-annual-report-truncated.pdf b/tests/pdfs/2023-annual-report-truncated.pdf similarity index 100% rename from docs/2023-annual-report-truncated.pdf rename to tests/pdfs/2023-annual-report-truncated.pdf diff --git a/docs/2023-annual-report.pdf b/tests/pdfs/2023-annual-report.pdf similarity index 100% rename from docs/2023-annual-report.pdf rename to tests/pdfs/2023-annual-report.pdf diff --git a/docs/PRML.pdf b/tests/pdfs/PRML.pdf similarity index 100% rename from docs/PRML.pdf rename to tests/pdfs/PRML.pdf diff --git a/docs/Regulation Best Interest_Interpretive release.pdf b/tests/pdfs/Regulation Best Interest_Interpretive release.pdf similarity index 100% rename from docs/Regulation Best Interest_Interpretive release.pdf rename to tests/pdfs/Regulation Best Interest_Interpretive release.pdf diff --git a/docs/Regulation Best Interest_proposed rule.pdf b/tests/pdfs/Regulation Best Interest_proposed rule.pdf similarity index 100% rename from docs/Regulation Best Interest_proposed rule.pdf rename to tests/pdfs/Regulation Best Interest_proposed rule.pdf diff --git a/docs/earthmover.pdf b/tests/pdfs/earthmover.pdf similarity index 100% rename from docs/earthmover.pdf rename to tests/pdfs/earthmover.pdf diff --git a/docs/four-lectures.pdf b/tests/pdfs/four-lectures.pdf similarity index 100% rename from docs/four-lectures.pdf rename to tests/pdfs/four-lectures.pdf diff --git a/docs/q1-fy25-earnings.pdf b/tests/pdfs/q1-fy25-earnings.pdf similarity index 100% rename from docs/q1-fy25-earnings.pdf rename to tests/pdfs/q1-fy25-earnings.pdf diff --git a/results/2023-annual-report-truncated_structure.json b/tests/results/2023-annual-report-truncated_structure.json similarity index 100% rename from results/2023-annual-report-truncated_structure.json rename to tests/results/2023-annual-report-truncated_structure.json diff --git a/results/2023-annual-report_structure.json b/tests/results/2023-annual-report_structure.json similarity index 100% rename from results/2023-annual-report_structure.json rename to tests/results/2023-annual-report_structure.json diff --git a/results/PRML_structure.json b/tests/results/PRML_structure.json similarity index 100% rename from results/PRML_structure.json rename to tests/results/PRML_structure.json diff --git a/results/Regulation Best Interest_Interpretive release_structure.json b/tests/results/Regulation Best Interest_Interpretive release_structure.json similarity index 100% rename from results/Regulation Best Interest_Interpretive release_structure.json rename to tests/results/Regulation Best Interest_Interpretive release_structure.json diff --git a/results/Regulation Best Interest_proposed rule_structure.json b/tests/results/Regulation Best Interest_proposed rule_structure.json similarity index 100% rename from results/Regulation Best Interest_proposed rule_structure.json rename to tests/results/Regulation Best Interest_proposed rule_structure.json diff --git a/results/earthmover_structure.json b/tests/results/earthmover_structure.json similarity index 100% rename from results/earthmover_structure.json rename to tests/results/earthmover_structure.json diff --git a/results/four-lectures_structure.json b/tests/results/four-lectures_structure.json similarity index 100% rename from results/four-lectures_structure.json rename to tests/results/four-lectures_structure.json diff --git a/results/q1-fy25-earnings_structure.json b/tests/results/q1-fy25-earnings_structure.json similarity index 100% rename from results/q1-fy25-earnings_structure.json rename to tests/results/q1-fy25-earnings_structure.json