add glob filtering functionality to semantic search
This commit is contained in:
parent
efe973ebe2
commit
e02d6bc0d4
6 changed files with 149 additions and 22 deletions
|
@ -37,6 +37,7 @@ tiktoken-rs = "0.5.0"
|
|||
parking_lot.workspace = true
|
||||
rand.workspace = true
|
||||
schemars.workspace = true
|
||||
globset.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue