mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +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/request-block/Makefile
Normal file
4
plugins/wasm-go/extensions/request-block/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
.DEFAULT:
|
||||
build:
|
||||
tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags='custommalloc nottinygc_finalizer' ./main.go
|
||||
mv main.wasm ../../../../docker-compose-test/
|
||||
Reference in New Issue
Block a user