Skip to content

Commit 4621f5b

Browse files
committed
Auto generate docs
1 parent 82e8760 commit 4621f5b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/VectorCode-cli.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Table of Contents *VectorCode-cli-table-of-contents*
3535
- |VectorCode-cli-removing-a-collection|
3636
- |VectorCode-cli-checking-project-setup|
3737
- |VectorCode-cli-cleaning-up|
38+
- |VectorCode-cli-inspecting-and-manupulating-files-in-an-indexed-project|
3839
- |VectorCode-cli-debugging-and-diagnosing|
3940
- |VectorCode-cli-shell-completion|
4041
- |VectorCode-cli-hardware-acceleration|
@@ -556,6 +557,15 @@ For empty collections and collections for removed projects, you can use the
556557
`vectorcode clean` command to remove them at once.
557558

558559

560+
INSPECTING AND MANUPULATING FILES IN AN INDEXED PROJECT ~
561+
562+
`vectorcode files ls` prints a list of files that are indexed in the project.
563+
`vectorcode files rm file1 file2` removes the embeddings that belong to the
564+
specified files from the project.
565+
566+
Both commands will honor the `--project_root` flag.
567+
568+
559569
DEBUGGING AND DIAGNOSING ~
560570

561571
When something doesn’t work as expected, you can enable logging by setting

0 commit comments

Comments
 (0)