mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
feat: Document PGVECTOR_INITIALIZE_MAX_VECTOR_LENGTH #74
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 @alexandrescieux on GitHub (Apr 13, 2025).
Check Existing Issues
Problem Description
I encountered the same issue as discussed in this discussion.
It seems that the following pull request has fixed the problem.
I can see the variable present in this file. However, I cannot find the corresponding configuration in the documentation.
Desired Solution you'd like
Document the existence of PGVECTOR_INITIALIZE_MAX_VECTOR_LENGTH and how to use it.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Nov 12, 2025):
It's not exactly extensive, but there's https://docs.openwebui.com/getting-started/env-configuration#pgvector_initialize_max_vector_length in the environment variables documentation.
@alexandrescieux commented on GitHub (Nov 13, 2025):
Hi
The variable was not documented when I created the issue.
Now that it is, I will close the issue.