如果不加白名单,启动pod会失败,日志会出现以下提示: 2025/04/0601:40:49/app/internal/db/init.go:17[error] failed to initialize database, got error failed to connect to `host=postgres user=postgres database=dify_plugin`: server
failed to init dify plugin db: failed to connect to host=db user=postgres database=postgres : hostname resolving error (lookup db on 127.0.0.11:53: server misbehaving) Self Checks This is only for bug report, if you would like to ask a question, please head toDiscussions. search for ex...
docker-plugin_daemon-1 | [error] failed to initialize database, got error failed to connect to `host=db user=postgres database=postgres`: dial error (timeout: dial tcp 172.20.0.5:5432: connect: connection timed out) docker-plugin_daemon-1 | panic: [PANIC]failed to init dify plugin db...
VTT to Document Transform: We've enhanced the Document extractor to support VTT data formats, thanks to @te-chan2. Advanced Storage Management: Admins, rejoice! You can now easily reclaim storage space by cleaning up unused files. This feature is courtesy of @kurokobo. Vastbase Vector Datab...
Route('/database-schema', endpoint=fetch_schema, methods=["GET"]), Route('/query', endpoint=run_sql_query, methods=["POST"]), ] # Initialize application api = Starlette(routes=routes) # Server startup if __name__ == "__main__": ...
{"error": "Query execution failed. Please check your SQL syntax."}, status_code=400) # Routes configuration routes = [ Route('/database-schema', endpoint=fetch_schema, methods=["GET"]), Route('/query', endpoint=run_sql_query, methods=["POST"]), ] # Initialize application api = ...
Configure kubeconfig to access the Kubernetes (K8S) cluster locally: Data Persistence Configure: Database Configure: Redis Configure: VectorDatabase Configure: Set docker image pull secret TLS For testing: For production: AWS Load Balancer Configuration ...
= 'SELF_HOSTED': click.echo(click.style('Sorry, only support SELF_HOSTED mode.', fg='red')) return tenant = db.session.query(Tenant).first() if not tenant: click.echo(click.style('Sorry, no workspace found. Please enter /install to initialize.', fg='red')) return tenant.encrypt_...
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. - dify/api/com
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. - dify/api/com