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
commit 33397836a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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