We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4685ae7 commit e928d02Copy full SHA for e928d02
1 file changed
doc/VectorCode-cli.txt
@@ -682,7 +682,10 @@ VECTORCODE VECTORISE
682
683
The output is in JSON format. It contains a dictionary with the following
684
fields: - `"add"`number of added documents; - `"update"`number of updated
685
-documents; - `"removed"`number of removed documents;
+documents; - `"removed"`number of removed documents; - `"skipped"`number of
686
+skipped documents (because it’s empty or its hash matches the metadata saved
687
+in the database); - `"failed"`number of documents that failed to be vectorised.
688
+This is usually due to encoding issues.
689
690
691
VECTORCODE LS
0 commit comments