openai-openapi icon indicating copy to clipboard operation
openai-openapi copied to clipboard

Make Vector Store name nullable

Open davidmigloz opened this issue 1 year ago • 0 comments

When creating a vector store, the name is not required. However, the VectorStoreObject does not support a null name.

The server does support nullable names. If you don't provide a name when creating the vector store, when you retrieve the vector store, the name is sent as null.

This PR make the name field nullable.

davidmigloz avatar May 25 '24 14:05 davidmigloz