Removing DocumentLanguage, as both System Context and User Context are to be defined on DocumentVersion level.
Finetuning of embedding workers.
This commit is contained in:
@@ -23,6 +23,8 @@ def create_app(config_file=None):
|
||||
celery = make_celery(app.name, app.config)
|
||||
init_celery(celery, app)
|
||||
|
||||
app.rag_tuning_logger = logging.getLogger('rag_tuning')
|
||||
|
||||
from eveai_chat_workers import tasks
|
||||
print(tasks.tasks_ping())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user