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