binhnase04854's picture
first deploy
b699122
raw
history blame contribute delete
180 Bytes
"""Node parsers."""
from gpt_index.node_parser.simple import SimpleNodeParser
from gpt_index.node_parser.interface import NodeParser
__all__ = ["SimpleNodeParser", "NodeParser"]