vkshdev's picture
download
raw
663 Bytes
"""
Parallel Constrained Structured Generation Engine.
"""
from core.schema import StructuredSchema, FieldDefinition
from core.engine import (
get_engine,
run_parallel_generation,
run_naive_generation,
stream_naive_generation,
# Backward compatibility
run_rlcd_generation,
)
from core.prompt_builder import (
build_naive_json_prompt,
build_parallel_field_prompts,
)
__all__ = [
"StructuredSchema",
"FieldDefinition",
"get_engine",
"run_parallel_generation",
"run_naive_generation",
"stream_naive_generation",
"build_naive_json_prompt",
"build_parallel_field_prompts",
"run_rlcd_generation",
]

Xet Storage Details

Size:
663 Bytes
·
Xet hash:
39a0863cb166b6f208f396e2ebb00181b957690d4eb13a658123dd0d008bce90

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.