[AUR-421] base output post-processor that works using regex. (#20)

This commit is contained in:
ian_Cin
2023-09-19 19:54:44 +07:00
committed by GitHub
parent 2a3a23ecd7
commit b794051653
12 changed files with 212 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ from typing import List, Type
from langchain.schema.embeddings import Embeddings as LCEmbeddings
from theflow import Param
from ..components import BaseComponent
from ..base import BaseComponent
from ..documents.base import Document