Scrapegraph-ai/scrapegraphai/helpers/__init__.py
Marco Vinciguerra 5701afe927 add new import
2024-05-18 10:36:41 +02:00

13 lines
694 B
Python

"""
__init__.py for th e helpers folder
"""
from .nodes_metadata import nodes_metadata
from .schemas import graph_schema
from .models_tokens import models_tokens
from .robots import robots_dictionary
from .generate_answer_node_prompts import template_chunks, template_chunks_with_schema, template_no_chunks, template_no_chunks_with_schema, template_merge
from .generate_answer_node_csv_prompts import template_chunks_csv, template_no_chunks_csv, template_merge_csv
from .generate_answer_node_pdf_prompts import template_chunks_pdf, template_no_chunks_pdf, template_merge_pdf
from .generate_answer_node_omni_prompts import template_chunks_omni, template_no_chunk_omni, template_merge_omni