mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #10049] configuring Qdrant blocks chat interface even after rolling back to chroma #31271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Haervwe on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10049
Bug Report
Important Notes
After trying to connect qdrant with openweb ui as vector storage i cannot send messages to ollama through the chat page, the playground works perfectly, rolling back to chroma db, and reseting the knoledge base didnt fix the issue, embedings of documents are created acordingly, the log for openwebui shows no errors, ollama shows no requests being made.
Installation Method
docker on ubuntu 24.04
Environment
Open WebUI Version: 5.12
Ollama (if applicable): [e.g., v0.2.0, v0.1.32-rc1]
Operating System: Ubuntu 20.04
Confirmation:
Expected Behavior:
should though an error if configuration or the qdrant container fails to respond, ideally should work, rolling back to chroma should fix the issue but there must be some persistant conficuration that im missing
Actual Behavior:
messages are not being sent to ollama properly
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
connect a qdrant storage (empty)
Logs and Screenshots
Docker Container Logs:
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Generating WEBUI_SECRET_KEY
Loading WEBUI_SECRET_KEY from .webui_secret_key
/app/backend/open_webui
/app/backend
/app
Running migrations
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry
INFO [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry
INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'WEBUI_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
INFO [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_EVALUATION_ARENA_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'EVALUATION_ARENA_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
WARNI [open_webui.env]
WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
INFO [open_webui.env] 'WEBUI_BANNERS' loaded from the latest database entry
INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
INFO [open_webui.env] 'TASK_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'TASK_MODEL_EXTERNAL' loaded from the latest database entry
INFO [open_webui.env] 'TITLE_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'TAGS_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_PROMPT_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_TAGS_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SEARCH_QUERY_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RETRIEVAL_QUERY_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'QUERY_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_AUTOCOMPLETE_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'AUTOCOMPLETE_GENERATION_INPUT_MAX_LENGTH' loaded from the latest database entry
INFO [open_webui.env] 'TOOLS_FUNCTION_CALLING_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_GOOGLE_DRIVE_INTEGRATION' loaded from the latest database entry
INFO [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TOP_K' loaded from the latest database entry
INFO [open_webui.env] 'RAG_RELEVANCE_THRESHOLD' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RAG_HYBRID_SEARCH' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EMBEDDING_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'PDF_EXTRACT_IMAGES' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EMBEDDING_MODEL' loaded from the latest database entry
INFO [open_webui.env] Embedding model set: nomic-embed-text:latest
INFO [open_webui.env] 'RAG_EMBEDDING_BATCH_SIZE' loaded from the latest database entry
INFO [open_webui.env] 'RAG_RERANKING_MODEL' loaded from the latest database entry
INFO [open_webui.env] Reranking model set: Alibaba-NLP/gte-reranker-modernbert-base
INFO [open_webui.env] 'RAG_TEXT_SPLITTER' loaded from the latest database entry
INFO [open_webui.env] 'CHUNK_SIZE' loaded from the latest database entry
INFO [open_webui.env] 'CHUNK_OVERLAP' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'RAG_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'RAG_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'RAG_OLLAMA_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'RAG_OLLAMA_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'YOUTUBE_LOADER_LANGUAGE' loaded from the latest database entry
INFO [open_webui.env] 'YOUTUBE_LOADER_PROXY_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RAG_WEB_SEARCH' loaded from the latest database entry
INFO [open_webui.env] 'RAG_WEB_SEARCH_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'SEARXNG_QUERY_URL' loaded from the latest database entry
INFO [open_webui.env] 'GOOGLE_PSE_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'GOOGLE_PSE_ENGINE_ID' loaded from the latest database entry
INFO [open_webui.env] 'BRAVE_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'KAGI_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'MOJEEK_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPSTACK_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPSTACK_HTTPS' loaded from the latest database entry
INFO [open_webui.env] 'SERPER_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPLY_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'TAVILY_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'JINA_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SEARCHAPI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SEARCHAPI_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'BING_SEARCH_V7_ENDPOINT' loaded from the latest database entry
INFO [open_webui.env] 'BING_SEARCH_V7_SUBSCRIPTION_KEY' loaded from the latest database entry
INFO [open_webui.env] 'EXA_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'RAG_WEB_SEARCH_RESULT_COUNT' loaded from the latest database entry
INFO [open_webui.env] 'RAG_WEB_SEARCH_CONCURRENT_REQUESTS' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_GENERATION_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_IMAGE_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'AUTOMATIC1111_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUTOMATIC1111_API_AUTH' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry
INFO [open_webui.env] 'IMAGES_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'IMAGES_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_SIZE' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_STEPS' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_GENERATION_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'WHISPER_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_VOICE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_SPLIT_ON' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_REGION' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_OUTPUT_FORMAT' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_LDAP' loaded from the latest database entry
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
/ _ \ _ __ ___ _ __ \ \ / /| | | | | |_ |
| | | | ' \ / _ \ '_ \ \ \ /\ / / _ \ '_ | | | || |
| || | |) | / | | | \ V V / / |) | || || |
_/| ./ _|| || _/_/ _|./ _/|_|
||
v0.5.12 - building the best open-source AI user interface.
https://github.com/open-webui/open-webui
Fetching 15 files: 100%|██████████| 15/15 [00:00<00:00, 5102.15it/s]
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
INFO: 192.168.0.103:34948 - "GET /playground HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /static/splash.png HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /static/favicon.png HTTP/1.1" 200 OK
INFO: ('192.168.0.103', 34964) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:34954 - "GET /api/v1/auths/ HTTP/1.1" 401 Unauthorized
INFO [open_webui.models.auths] authenticate_user: admin@localhost
INFO: ('192.168.0.103', 34974) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:34954 - "POST /api/v1/auths/signin HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /static/splash.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:34966 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: ('192.168.0.103', 34980) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:34954 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /api/changelog HTTP/1.1" 200 OK
INFO: 192.168.0.103:34966 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:34948 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO [open_webui.routers.ollama] get_all_models()
INFO [open_webui.utils.plugin] Loaded module: function_arxiv_web_research_mcts_pipe_
INFO [open_webui.utils.plugin] Loaded module: function_multi_model_conversations_pipe
INFO [open_webui.utils.plugin] Loaded module: function_resume_analyzer
INFO [open_webui.utils.plugin] Loaded module: function_letta_agent
INFO [open_webui.utils.plugin] Loaded module: function_perplexica_pipe
INFO [open_webui.utils.plugin] Loaded module: function_planner
INFO [open_webui.utils.plugin] Loaded module: function_mopidy_music_controller
INFO [open_webui.utils.plugin] Loaded module: function_reflection_manifold_pipe_updated
INFO: 192.168.0.103:34948 - "GET /api/models HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /api/v1/configs/banners HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /api/v1/tools/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /ollama/api/version HTTP/1.1" 200 OK
INFO: 192.168.0.103:34966 - "GET /api/v1/channels/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:34966 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:34966 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /api/version/updates HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /api/v1/chats/pinned HTTP/1.1" 200 OK
INFO: 192.168.0.103:34954 - "GET /api/v1/folders/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:34948 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: ('192.168.0.103', 34988) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:34948 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO [open_webui.utils.plugin] Loaded module: function_dynamic_vision_router
INFO: 192.168.0.103:34948 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 192.168.0.103:33794 - "GET /api/v1/chats/04858b08-dcef-405b-b214-9eba66d1ae10 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33800 - "GET /api/v1/chats/8dbf44b1-640b-4518-95e2-bd8e89dfba58 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33788 - "GET /api/v1/chats/1f8ffc84-6101-4e9e-918f-b58b8251aaa7 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33812 - "GET /api/v1/chats/c4096090-de6f-4218-bf5f-79aa18a2aab1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33810 - "GET /api/v1/chats/704b10ed-b5f3-4ca3-a4e6-f38835b028b9 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33810 - "GET /api/v1/chats/704b10ed-b5f3-4ca3-a4e6-f38835b028b9 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33812 - "GET /api/v1/chats/2d0edd33-d49c-4bb3-9d97-246a49781761 HTTP/1.1" 200 OK
INFO: 192.168.0.103:33810 - "GET /api/v1/chats/7d66a45e-8825-4d51-94a2-a1f26196e684 HTTP/1.1" 200 OK
INFO: 192.168.0.103:54644 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 192.168.0.103:40292 - "POST /api/chat/completions HTTP/1.1" 200 OK
INFO: 192.168.0.103:40292 - "GET /api/v1/chats/4bf067c9-61f1-4a00-a0c5-e245700d8a3c HTTP/1.1" 200 OK
INFO: 192.168.0.103:40324 - "GET /api/v1/chats/4bf067c9-61f1-4a00-a0c5-e245700d8a3c HTTP/1.1" 200 OK
INFO: 192.168.0.103:40308 - "GET /api/v1/chats/59e82c6e-9348-43ef-b61b-a4f4dd2b7776 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40292 - "GET /api/v1/chats/acb5cba0-a490-4f96-96e3-710cc6c32b8d HTTP/1.1" 200 OK
INFO: 192.168.0.103:40336 - "GET /api/v1/chats/2d262301-413a-4e7a-b13a-3b5421615900 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "GET /api/v1/chats/4bf067c9-61f1-4a00-a0c5-e245700d8a3c HTTP/1.1" 200 OK
INFO: 192.168.0.103:40324 - "GET /api/v1/chats/59e82c6e-9348-43ef-b61b-a4f4dd2b7776 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40324 - "GET /ollama/api/version HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:40324 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "POST /api/v1/chats/new HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "POST /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:40344 - "POST /api/v1/tasks/auto/completions HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/2260f080-1e70-49bc-bb9f-72f4c298172d HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/2260f080-1e70-49bc-bb9f-72f4c298172d HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/ec1e5c6f-6429-4cab-882f-b92b1b5460e8 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/v1/chats/973b60d1-70b1-4d35-89ec-b6e9e86a0475 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/4bf067c9-61f1-4a00-a0c5-e245700d8a3c HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /c/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: connection closed
INFO: 192.168.0.103:48740 - "GET /static/splash.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:48740 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: ('192.168.0.103', 41782) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:48730 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/changelog HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO [open_webui.routers.ollama] get_all_models()
INFO: 192.168.0.103:48740 - "GET /api/models HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/v1/configs/banners HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/v1/tools/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/channels/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50/tags HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/pinned HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO: 192.168.0.103:48740 - "GET /api/version/updates HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/folders/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /ollama/api/version HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/acb5cba0-a490-4f96-96e3-710cc6c32b8d HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/59e82c6e-9348-43ef-b61b-a4f4dd2b7776 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/acb5cba0-a490-4f96-96e3-710cc6c32b8d HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/acb5cba0-a490-4f96-96e3-710cc6c32b8d HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "POST /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/973b60d1-70b1-4d35-89ec-b6e9e86a0475 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48730 - "GET /api/v1/chats/973b60d1-70b1-4d35-89ec-b6e9e86a0475 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/ec1e5c6f-6429-4cab-882f-b92b1b5460e8 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/e49f1f6b-8443-4f2c-8883-6a098f4d2887 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/e49f1f6b-8443-4f2c-8883-6a098f4d2887 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48752 - "GET /api/v1/chats/8f0363a3-a470-4bde-a793-e68f1ccbf758 HTTP/1.1" 200 OK
INFO: 192.168.0.103:48714 - "GET /api/v1/chats/7d66a45e-8825-4d51-94a2-a1f26196e684 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/105ba21e-0b5f-483b-a9f4-dafff5cc4508 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/chats/105ba21e-0b5f-483b-a9f4-dafff5cc4508 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/105ba21e-0b5f-483b-a9f4-dafff5cc4508 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/44be1b4c-8dc6-4067-b7c4-f5ecbcfee075 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/chats/44be1b4c-8dc6-4067-b7c4-f5ecbcfee075 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/chats/2d262301-413a-4e7a-b13a-3b5421615900 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /c/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 304 Not Modified
INFO: connection closed
INFO: 192.168.0.103:47692 - "GET /static/splash.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:47692 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: ('192.168.0.103', 42024) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
INFO: connection open
INFO: 192.168.0.103:47696 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/config HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/changelog HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO [open_webui.routers.ollama] get_all_models()
INFO: 192.168.0.103:47696 - "GET /api/models HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/configs/banners HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/v1/tools/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50 HTTP/1.1" 200 OK
INFO: 192.168.0.103:42030 - "GET /api/v1/channels/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:42030 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/9845a696-c1ad-4fe9-b1ab-ac0e376c9a50/tags HTTP/1.1" 200 OK
INFO: 192.168.0.103:42030 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/pinned HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /api/version/updates HTTP/1.1" 200 OK
INFO: 192.168.0.103:47696 - "GET /ollama/api/version HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/folders/ HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/105ba21e-0b5f-483b-a9f4-dafff5cc4508 HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/44be1b4c-8dc6-4067-b7c4-f5ecbcfee075 HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/456d8b9c-63cb-4628-9f1a-ba7879ebc048 HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/ec1e5c6f-6429-4cab-882f-b92b1b5460e8 HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:47692 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
INFO: 192.168.0.103:42042 - "GET /api/v1/chats/8b6056d3-2ff0-4638-a112-3e5cfe75d3dc HTTP/1.1" 200 OK
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
rolling back the config to VECTOR_DB to chroma didnt fix the issue, embedings are stored correctly in qdrant