Skip to content

Commit 4d15faa

Browse files
feat: Introduce PageIndex library with core modules, Pydantic schemas, and example cookbooks.
1 parent feaf75d commit 4d15faa

11 files changed

Lines changed: 3853 additions & 3253 deletions

cookbook/agentic_retrieval.ipynb

Lines changed: 884 additions & 884 deletions
Large diffs are not rendered by default.

cookbook/pageIndex_chat_quickstart.ipynb

Lines changed: 261 additions & 263 deletions
Large diffs are not rendered by default.

cookbook/pageindex_RAG_simple.ipynb

Lines changed: 598 additions & 594 deletions
Large diffs are not rendered by default.

cookbook/vision_RAG_pageindex.ipynb

Lines changed: 673 additions & 661 deletions
Large diffs are not rendered by default.

pageindex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .page_index import *
2-
from .page_index_md import md_to_tree
2+
from .page_index_md import md_to_tree

0 commit comments

Comments
 (0)