Skip to content

Commit

Permalink
chore: add license to llm-chain-milvus crate
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Oct 19, 2023
1 parent 7abab37 commit 1f07014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/llm-chain-milvus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "llm-chain-milvus"
version = "0.1.0"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -19,4 +20,4 @@ milvus-sdk-rust = "0.1.0"
llm-chain-openai = { path = "../llm-chain-openai" }
tokio = "1.28.2"
serde_yaml = "0.9.21"
rand = "0.8.5"
rand = "0.8.5"

0 comments on commit 1f07014

Please sign in to comment.