[PR #6968] [CLOSED] Adding azure search as a vector store #8785

Closed
opened 2025-11-11 18:05:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6968
Author: @LucasVascovici
Created: 11/15/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 8e1e591 Adding azure search as a vector store

📊 Changes

6 files changed (+536 additions, -13 deletions)

View changed files

📝 backend/open_webui/apps/retrieval/main.py (+11 -11)
📝 backend/open_webui/apps/retrieval/utils.py (+112 -2)
📝 backend/open_webui/apps/retrieval/vector/connector.py (+4 -0)
backend/open_webui/apps/retrieval/vector/dbs/azure_search.py (+399 -0)
📝 backend/open_webui/config.py (+9 -0)
📝 backend/requirements.txt (+1 -0)

📄 Description

Missclic sorry you can delete it


🔄 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/6968 **Author:** [@LucasVascovici](https://github.com/LucasVascovici) **Created:** 11/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8e1e591`](https://github.com/open-webui/open-webui/commit/8e1e591be912c1c556e52f0e36c1213fe55cc5f4) Adding azure search as a vector store ### 📊 Changes **6 files changed** (+536 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/retrieval/main.py` (+11 -11) 📝 `backend/open_webui/apps/retrieval/utils.py` (+112 -2) 📝 `backend/open_webui/apps/retrieval/vector/connector.py` (+4 -0) ➕ `backend/open_webui/apps/retrieval/vector/dbs/azure_search.py` (+399 -0) 📝 `backend/open_webui/config.py` (+9 -0) 📝 `backend/requirements.txt` (+1 -0) </details> ### 📄 Description Missclic sorry you can delete it --- <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 2025-11-11 18:05:57 -06: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#8785