searching the semantic index, and passing returned snippets to prompt generation

This commit is contained in:
KCaverly 2023-10-02 19:15:59 +03:00
parent d70014cfd0
commit f20f096a30
4 changed files with 58 additions and 3 deletions

View file

@ -23,7 +23,9 @@ theme = { path = "../theme" }
util = { path = "../util" }
uuid = { version = "1.1.2", features = ["v4"] }
workspace = { path = "../workspace" }
semantic_index = { path = "../semantic_index" }
log.workspace = true
anyhow.workspace = true
chrono = { version = "0.4", features = ["serde"] }
futures.workspace = true