* add container utils * added localhost url to settings * added localhost_url as a constant * added localhost_url to get settings query * make ollama onboarding have localhost url by default * make endpoint be changed in models service and in onboarding backend instead of onboarding screen * fixed embedding dimensions to get stripped model * make config come as localhost but global variable be set as the transformed endpoint * remove setting ollama url since it comes from the global variable * use localhost again on ollama --------- Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth_service.py | ||
| chat_service.py | ||
| conversation_persistence_service.py | ||
| document_service.py | ||
| flows_service.py | ||
| knowledge_filter_service.py | ||
| langflow_file_service.py | ||
| langflow_history_service.py | ||
| langflow_mcp_service.py | ||
| models_service.py | ||
| monitor_service.py | ||
| search_service.py | ||
| session_ownership_service.py | ||
| task_service.py | ||