DocumentDebugInfo interface

Contains debugging information that can be used to further explore your search results.

Properties

semantic

Contains debugging information specific to semantic search queries. NOTE: This property will not be serialized. It can only be populated by the server.

vectors

Contains debugging information specific to vector and hybrid search. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

semantic

Contains debugging information specific to semantic search queries. NOTE: This property will not be serialized. It can only be populated by the server.

semantic?: SemanticDebugInfo

Property Value

vectors

Contains debugging information specific to vector and hybrid search. NOTE: This property will not be serialized. It can only be populated by the server.

vectors?: VectorsDebugInfo

Property Value