feat: creation of nodes and edges complete

This commit is contained in:
Per Stark
2024-11-18 11:24:55 +01:00
parent d81825c786
commit 0b874b427a
5 changed files with 66 additions and 53 deletions
+1
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"