mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
add embedding store (#10)
This commit is contained in:
parent
cc2a496f90
commit
7bf77afa0e
16 changed files with 409 additions and 11 deletions
7
envoyfilter/Cargo.lock
generated
7
envoyfilter/Cargo.lock
generated
|
|
@ -56,6 +56,7 @@ name = "intelligent-prompt-gateway"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"log",
|
||||
"md5",
|
||||
"proxy-wasm",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
@ -74,6 +75,12 @@ version = "0.4.22"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
|
||||
[[package]]
|
||||
name = "md5"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.19.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue