mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
[ai-cache] Implement a WASM plugin for LLM result retrieval based on vector similarity (#1290)
This commit is contained in:
4
plugins/wasm-go/extensions/ai-proxy/Makefile
Normal file
4
plugins/wasm-go/extensions/ai-proxy/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
.DEFAULT:
|
||||
build:
|
||||
tinygo build -o ai-proxy.wasm -scheduler=none -target=wasi -gc=custom -tags='custommalloc nottinygc_finalizer proxy_wasm_version_0_2_100' ./main.go
|
||||
mv ai-proxy.wasm ../../../../docker-compose-test/
|
||||
Reference in New Issue
Block a user