add parade db search
This commit is contained in:
@@ -18,8 +18,12 @@ $STD apt install -y \
|
|||||||
build-essential
|
build-essential
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PG_VERSION="17" PG_MODULES="pgvector" setup_postgresql
|
msg_info "Adding ParadeDB Repository"
|
||||||
PG_DB_NAME="lobehub" PG_DB_USER="lobehub" PG_DB_EXTENSIONS="vector" setup_postgresql_db
|
curl -fsSL https://packagecloud.io/install/repositories/paradedb/paradedb/script.deb.sh | $STD bash
|
||||||
|
msg_ok "Added ParadeDB Repository"
|
||||||
|
|
||||||
|
PG_VERSION="17" PG_MODULES="pgvector,pg-search" setup_postgresql
|
||||||
|
PG_DB_NAME="lobehub" PG_DB_USER="lobehub" PG_DB_EXTENSIONS="vector,pg_search" setup_postgresql_db
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
msg_info "Installing pnpm"
|
msg_info "Installing pnpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user