higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/) (Alibaba Security Response Center) where...
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
### Ⅰ. Describe what this PR did 支持nginx static files的功能,支持指令: - root - alias - index - try-files ### Ⅱ. Does this pull request fix one issue? fix #840 ###...
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
## Why do you need it? Same service registered to different registration centers may conflict and overwrite each other. A reasonable approach is to merge them.
| 任务 | PR | 进度 | | ---| --- | --- | | 从 ai-proxy 插件中抽离 provider 逻辑,以便其他插件进行复用 | | ⏳未开始 | | 支持请求失败时,对本次请求立即进行重试 | https://github.com/alibaba/higress/pull/1590 | 完成 ✅...
helm安装higress, gateway stdout日志中报错envoy监听80端口被拒绝,报错如下: 2024-12-20T10:50:16.149849Z error envoy config external/envoy/source/extensions/listener_managers/listener_manager/listener_manager_impl.cc:1124 listener '0.0.0.0_80' failed to bind or apply socket options: cannot bind '0.0.0.0:80': Permission denied thread=22 2024-12-20T10:50:16.150000Z warning envoy config external/envoy/source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:128 gRPC config...
## 背景 在 https://github.com/alibaba/higress/issues/1040 中,Higress 实现了基于向量相似度进行 LLM 响应找回的 ai-cache 插件(https://github.com/alibaba/higress/tree/main/plugins/wasm-go/extensions/ai-cache)。这其中需要对用户的请求文本进行向量化,然后在缓存和向量数据库中寻找与之相似的历史请求。 目前,该插件仅对接了一个文本向量化服务,即阿里云提供的向量检索服务 DashVector。为了进一步扩展该插件的功能,我们需要对接更多的文本向量化服务。欢迎大家积极参与本项任务。感兴趣的同学可以在对应的子 issue 下留言认领。 如果有其他希望对接但还没有列在下面的文本向量化服务,欢迎大家留言提出需求。 ## 待对接服务提供商 - [x] #1443 - [ ] #1444 - [ ] #1445 - [...