mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Merge branch 'feat/markdown-tree' of github.com:VectifyAI/PageIndex into feat/markdown-tree
This commit is contained in:
commit
fdcbed54f1
4 changed files with 83 additions and 31 deletions
|
|
@ -1 +1,2 @@
|
|||
from .page_index import *
|
||||
from .page_index import *
|
||||
from .page_index_md import md_to_tree
|
||||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue