Class VectorStores
- Namespace
- OpenAI.
Object Models. Request Models
- Assembly
- AntRunnerLib.dll
- Inheritance
-
System.
Object VectorStores
- Implements
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
FileIds
A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.
Property Value
- System.
Nullable <List<System.String >>
Metadata
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Property Value
- System.
Nullable <Dictionary<System.String , System.String >>