Move Document and other interface into base/schema (#69)
This commit is contained in:
committed by
GitHub
parent
4704e2c11a
commit
8532138842
@@ -6,8 +6,7 @@ from typing import Type
|
||||
from langchain.schema.embeddings import Embeddings as LCEmbeddings
|
||||
from theflow import Param
|
||||
|
||||
from ..base import BaseComponent
|
||||
from ..documents.base import Document
|
||||
from ..base import BaseComponent, Document
|
||||
|
||||
|
||||
class BaseEmbeddings(BaseComponent):
|
||||
|
Reference in New Issue
Block a user