PineconeUtils.DefaultDimension Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default dimension for Pinecone vectors. Equivalent to text-embeddings-ada-002 dimension.
public const int DefaultDimension = 1536;
val mutable DefaultDimension : int
Public Const DefaultDimension As Integer = 1536