mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 10:46:26 +07:00
Merge pull request #672 from Mberga14/feat/skip-pgvector-extension-init
Document PGVECTOR_SKIP_EXTENSION_CREATION pgvector flag
This commit is contained in:
@@ -1342,6 +1342,18 @@ pip install open-webui[all]
|
||||
- Default: `1536`
|
||||
- Description: Specifies the maximum vector length for PGVector initialization.
|
||||
|
||||
#### `PGVECTOR_CREATE_EXTENSION`
|
||||
|
||||
- Type: `str`
|
||||
- Default `true`
|
||||
- Description: Creates the vector extension in the database
|
||||
|
||||
:::info
|
||||
|
||||
If set to `false`, open-webui will assume the postgreSQL database where embeddings will be stored is pre-configured with the `vector` extension. This also allows open-webui to run as a non superuser database user.
|
||||
|
||||
:::
|
||||
|
||||
### Qdrant
|
||||
|
||||
#### `QDRANT_API_KEY`
|
||||
|
||||
Reference in New Issue
Block a user