refactor:rename knowledge embedding api

1.replace knowledge_embedding of embedding_engine
This commit is contained in:
aries_ckt
2023-07-10 15:50:34 +08:00
parent 877db265ef
commit 56b32ab094
15 changed files with 28 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ from typing import List
from langchain.schema import Document
from pilot import SourceEmbedding, register
from pilot.embedding_engine import SourceEmbedding, register
class StringEmbedding(SourceEmbedding):