searching the semantic index, and passing returned snippets to prompt generation
This commit is contained in:
parent
d70014cfd0
commit
f20f096a30
4 changed files with 58 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue