Add the prefered embedding model to the add_document interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from ..models.document import Document, DocumentLanguage, DocumentVersion
|
||||
|
||||
def add_document(file, name, language, valid_from):
|
||||
def process_document(file, name, language, valid_from):
|
||||
|
||||
Reference in New Issue
Block a user