[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

@@ -2,7 +2,7 @@ from typing import List
from theflow import Node, Param
from ..components import BaseComponent
from ..base import BaseComponent
from ..documents.base import Document
from ..embeddings import BaseEmbeddings
from ..vectorstores import BaseVectorStore