update vector_store to accomodate for full file parsing for JSON, TOML and YAML files

This commit is contained in:
KCaverly 2023-07-17 10:04:32 -04:00
parent 4bece54655
commit cf0dd09b5c
5 changed files with 62 additions and 9 deletions

View file

@ -51,6 +51,6 @@ tempdir.workspace = true
ctor.workspace = true
env_logger.workspace = true
tree-sitter-javascript = "*"
tree-sitter-typescript = "*"
tree-sitter-rust = "*"
tree-sitter-toml = "*"