feat: support relyt vector database (#3367)

Co-authored-by: jingsi <jingsi@leadincloud.com>
This commit is contained in:
Jingpan Xiong
2024-04-15 11:52:34 +08:00
committed by GitHub
parent 92f8c40e4c
commit 33397836a5
8 changed files with 225 additions and 2 deletions

View File

@@ -223,6 +223,12 @@ services:
# the api-key for resend (https://resend.com)
RESEND_API_KEY: ''
RESEND_API_URL: https://api.resend.com
# relyt configurations
RELYT_HOST: db
RELYT_PORT: 5432
RELYT_USER: postgres
RELYT_PASSWORD: difyai123456
RELYT_DATABASE: postgres
depends_on:
- db
- redis