Primera fase lista: Output CSV
This commit is contained in:
0
extraccion/__init__.py
Normal file
0
extraccion/__init__.py
Normal file
@@ -15,6 +15,7 @@ from extraccion.schemas_entidades import (
|
||||
Expectativas,
|
||||
)
|
||||
import yaml
|
||||
import os
|
||||
|
||||
|
||||
# Cargar la configración de prompts desde el archivo .yaml
|
||||
@@ -24,7 +25,7 @@ def load_prompts_config(file_path):
|
||||
return prompts_config
|
||||
|
||||
|
||||
path_prompts = "extraccion/prompts.yaml"
|
||||
path_prompts = f"{os.path.abspath(os.path.join('..'))}/extraccion/prompts.yaml"
|
||||
prompts_config = load_prompts_config(path_prompts)
|
||||
|
||||
context = LLMContext()
|
||||
|
||||
Reference in New Issue
Block a user