[PR #6468] [MERGED] feat: support authentication for chromadb #125548

Closed
opened 2026-05-21 06:06:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6468
Author: @diwakar-s-maurya
Created: 10/27/2024
Status: Merged
Merged: 10/27/2024
Merged by: @tjbck

Base: devHead: main


📝 Commits (3)

  • f1f068f Merge pull request #6460 from open-webui/dev
  • 21b8ca3 Merge pull request #6465 from open-webui/dev
  • 3d0c32f feature to support authentication in chromadb

📊 Changes

3 files changed (+16 additions, -3 deletions)

View changed files

📝 backend/open_webui/apps/retrieval/vector/dbs/chroma.py (+13 -2)
📝 backend/open_webui/config.py (+2 -0)
📝 backend/requirements.txt (+1 -1)

📄 Description

Changelog Entry

Added

  • Support authentication mechanism for chromadb as per official docs

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/6468 **Author:** [@diwakar-s-maurya](https://github.com/diwakar-s-maurya) **Created:** 10/27/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (3) - [`f1f068f`](https://github.com/open-webui/open-webui/commit/f1f068f458c07909247484b69bcb9a0e96b4eaeb) Merge pull request #6460 from open-webui/dev - [`21b8ca3`](https://github.com/open-webui/open-webui/commit/21b8ca345904005f4b87666e4e0ac5bb8df309ad) Merge pull request #6465 from open-webui/dev - [`3d0c32f`](https://github.com/open-webui/open-webui/commit/3d0c32f366be93d146f8a15639d3a27a948e869b) feature to support authentication in chromadb ### 📊 Changes **3 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/retrieval/vector/dbs/chroma.py` (+13 -2) 📝 `backend/open_webui/config.py` (+2 -0) 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description # Changelog Entry ### Added - Support authentication mechanism for chromadb as per [official docs](https://docs.trychroma.com/deployment/docker#authentication-with-docker) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 06:06:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#125548