The server's Docker/BuildKit couldn't do a git-context build of a public github.com repo (fails with "could not read Username ... terminal prompts disabled" — an auth-shaped error for what should be an anonymous clone). Rather than debug that, vendor litellm-pgvector's small source tree directly (vendor/litellm-pgvector/, see VENDORED.md for provenance/update steps) and build from the local path. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
9 lines
492 B
Markdown
9 lines
492 B
Markdown
Vendored from https://github.com/BerriAI/litellm-pgvector at commit
|
|
`b553f84a32f580b4303297df5567f25912b59d93` (main, 2026-09-02) — no changes
|
|
made to the source. See `docker-compose.yml`'s `litellm-pgvector` service
|
|
comment for why this is vendored instead of built from a remote git context.
|
|
|
|
To update: `git clone https://github.com/BerriAI/litellm-pgvector.git`
|
|
somewhere, copy everything except `.git/` over this directory, update the
|
|
commit hash above, and run `./scripts/update.sh`.
|