VectorStore.FileIds

VectorStore.FileIds property

Gets or sets a list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store.

public List<string> FileIds { get; set; }

See Also