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 473ee56 commit a70e7f8Copy full SHA for a70e7f8
readme.md
@@ -286,10 +286,11 @@ OPTIONS:
286
-h, --help Prints help information
287
288
COMMANDS:
289
- add <STORE> <FILE_ID> Add file to vector store
290
- delete <STORE> <FILE_ID> Remove file from vector store
291
- list <STORE> List files associated with vector store
292
- view <STORE> <FILE_ID> View file association to a vector store
+ add <STORE> <FILE_ID> Add file to vector store
+ delete <STORE> <FILE_ID> Remove file from vector store
+ list <STORE> List files associated with vector store
+ modify <STORE> <FILE_ID> Add or modify file attributes in vector store
293
+ view <STORE> <FILE_ID> View file association to a vector store
294
```
295
296
<!-- src/dotnet-openai/Docs/vector-file.md -->
0 commit comments