We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-12-02 14:51:40 2024-12-02 06:51:40,313 - app.api.routes.chat:87 - ERROR - 404: default embedding model is not found 2024-12-02 14:51:40 Traceback (most recent call last): 2024-12-02 14:51:40 File "/app/app/api/routes/chat.py", line 75, in chats 2024-12-02 14:51:40 chat_svc = ChatService( 2024-12-02 14:51:40 ^^^^^^^^^^^^ 2024-12-02 14:51:40 File "/app/app/rag/chat.py", line 178, in __init__ 2024-12-02 14:51:40 self._embed_model = get_default_embedding_model(db_session) 2024-12-02 14:51:40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-02 14:51:40 File "/app/app/rag/chat_config.py", line 317, in get_default_embedding_model 2024-12-02 14:51:40 db_embed_model = embed_model_repo.must_get_default_model(session) 2024-12-02 14:51:40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-02 14:51:40 File "/app/app/repositories/embedding_model.py", line 72, in must_get_default_model 2024-12-02 14:51:40 raise DefaultEmbeddingModelNotFoundError() 2024-12-02 14:51:40 app.exceptions.DefaultEmbeddingModelNotFoundError: 404: default embedding model is not found
The text was updated successfully, but these errors were encountered:
fix: remove useless files, fix need_migration, and refine codes (#443)
9d8ca1a
close #430 ref #431 ref #427
@634750802 For now, these error will return to the FE, please handle these errors.
{ "detail": "default embedding model is not found" }
autoflow/backend/app/api/routes/chat.py
Line 87 in 5ed57cf
Sorry, something went wrong.
634750802
No branches or pull requests
The text was updated successfully, but these errors were encountered: