Changes Documents - llm and languagefields on tenant, processing on documents
first version of Adding Documents (excl. embeddings)
This commit is contained in:
@@ -65,6 +65,8 @@ def register_blueprints(app):
|
||||
app.register_blueprint(user_bp)
|
||||
from .views.basic_views import basic_bp
|
||||
app.register_blueprint(basic_bp)
|
||||
from .views.document_views import document_bp
|
||||
app.register_blueprint(document_bp)
|
||||
|
||||
|
||||
def register_api(app):
|
||||
|
||||
Reference in New Issue
Block a user