Merge branch 'feat/markdown-tree' of github.com:VectifyAI/PageIndex into feat/markdown-tree

This commit is contained in:
zmtomorrow 2025-08-27 15:12:55 +01:00
commit fdcbed54f1
4 changed files with 83 additions and 31 deletions

View file

@ -1 +1,2 @@
from .page_index import *
from .page_index import *
from .page_index_md import md_to_tree

View file

@ -1,7 +1,7 @@
import asyncio
import json
import re
from utils import *
from .utils import *
async def get_node_summary(node, summary_token_threshold=200, model=None):