feat: creation of nodes and edges complete

This commit is contained in:
Per Stark
2024-11-18 11:24:55 +01:00
parent 214f1e6f89
commit f1f80781b9
5 changed files with 66 additions and 53 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
async-openai = "0.24.1"
axum = { version = "0.7.5", features = ["multipart", "macros"] }
axum_typed_multipart = "0.12.1"
futures = "0.3.31"
futures-lite = "2.3.0"
lapin = { version = "2.5.0", features = ["serde_json"] }
mime = "0.3.17"