liushan
liushan
I use command `helm install apisix apisix/apisix \ --set ingress-controller.enabled=true \ --set dashboard.enabled=true \ --set etcd.enabled=false \ --set etcd.host={http://192.168.252.184:2379\,http://192.168.252.106:2379} \ --set admin.allow.ipList="" \ --namespace ingress-apisix` to install them. apisix and...
**Actual behavior** build dockerfile to ali acr failed. dockerfile: ``` FROM registry.hf.space/reginabarzilaygroup-diffdock-web:latest USER root ``` error msg: ``` 36mINFO[0m[0000] Retrieving image manifest registry.hf.space/reginabarzilaygroup-diffdock-web:latest [36mINFO[0m[0000] Retrieving image registry.hf.space/reginabarzilaygroup-diffdock-web:latest from registry registry.hf.space...
**What’s in this PR** [WaveSpeedAI](https://wavespeed.ai/) is a high-performance AI image and video generation service platform, offering industry-leading generation speeds. Now, want to be listed as an Inference Provider on the...
deer-go 中给出的sse返回例子,部分节点拿不到node名称 https://github.com/cloudwego/eino-examples/blob/05568cd0095f3d29948f15fcdf5bd967e4e3bfd0/flow/agent/deer-go/biz/infra/logger.go#L67 research节点就不会走这段逻辑,原理是什么?因为它是reactagent吗?