mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
qdrant vector store is not working - 'NoneType' object has no attribute 'collection_exists' #2450
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 @forcewake on GitHub (Oct 24, 2024).
Bug Report
Looks like new
QdrantClientdoesn't work properly - I've got'NoneType' object has no attribute 'collection_exists'each time I've tried to upload file (from chat ui, from knowledge base and etc)Installation Method
docker
Environment
Open WebUI Version: [v0.3.33]
Ollama (if applicable): [v0.3.14]
Operating System: [Windows 11]
Browser (if applicable): [Edge Version 130.0.2849.46 (Official build) (64-bit)]
Confirmation:
Expected Behavior:
[Describe what you expected to happen.]
Actual Behavior:
qdrant is up and running
I've got
'NoneType' object has no attribute 'collection_exists'each time I've tried to upload file (from chat ui, from knowledge base and etc).Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):

Additional Information
I know that it is new feature and was not share public yet but it's already in main branch.