ChromaQueryResultModel Class
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.
Chroma query result model. Contains result sets after search operation.
public class ChromaQueryResultModel
type ChromaQueryResultModel = class
Public Class ChromaQueryResultModel
- Inheritance
-
ChromaQueryResultModel
Constructors
ChromaQueryResultModel() |
Properties
Distances |
List of embedding distances. |
Embeddings |
List of embedding vectors. |
Ids |
List of embedding identifiers. |
Metadatas |
List of embedding metadatas. |