PGvector vector database support (#3788)

* PGVector support for vector db storage

* forgot files

* comments

* dev build

* Add ENV connection and table schema validations for vector table
add .reset call to drop embedding table when changing the AnythingLLM embedder
update instrutions
Add preCheck error reporting in UpdateENV
add timeout to pg connection

* update setup

* update README

* update doc
This commit is contained in:
Timothy Carambat
2025-05-09 12:27:11 -07:00
committed by GitHub
parent 2812fef01e
commit e1b7f5820c
18 changed files with 1164 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['2237-auto-stt-submit-preference'] # put your current branch to create a build. Core team only.
branches: ['873-pgvector-support'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'