open-webui/backend/open_webui/retrieval/vector/dbs
Rain6435 1a42e96a3b fix: resolve Azure PostgreSQL pgvector extension permission issue
Replace direct CREATE EXTENSION commands with conditional checks to avoid
  permission errors on Azure PostgreSQL Flexible Server where only
  azure_pg_admin members can create extensions.

  - Check pg_extension table before attempting to create vector extension
  - Apply same fix to pgcrypto extension for consistency
  - Allows following least privilege principle for database users

  Fixes #12453
2025-08-14 01:45:02 -04:00
..
chroma.py refac: metadata handling in vectordb 2025-07-31 17:45:06 +04:00
elasticsearch.py refac 2025-08-04 15:12:39 +04:00
milvus.py refac: metadata handling in vectordb 2025-07-31 17:45:06 +04:00
opensearch.py refac 2025-08-04 15:12:39 +04:00
oracle23ai.py Format code base 2025-08-08 10:10:32 -04:00
pgvector.py fix: resolve Azure PostgreSQL pgvector extension permission issue 2025-08-14 01:45:02 -04:00
pinecone.py fix: pinecone insert issue 2025-08-11 16:22:58 +04:00
qdrant.py chore: format 2025-08-09 23:57:35 +04:00
qdrant_multitenancy.py chore: format 2025-08-09 23:57:35 +04:00
s3vector.py fix: s3vector import issue 2025-08-11 16:23:08 +04:00