mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
filter code
This commit is contained in:
parent
fdcbed54f1
commit
277bcb9512
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import asyncio
|
||||
import json
|
||||
import re
|
||||
from .utils import *
|
||||
|
||||
try:
|
||||
from .utils import *
|
||||
except:
|
||||
from utils import *
|
||||
|
||||
async def get_node_summary(node, summary_token_threshold=200, model=None):
|
||||
node_text = node.get('text')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue