Package version:

Interface DocumentDebugInfo

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

interface DocumentDebugInfo {
    semantic?: SemanticDebugInfo;
    vectors?: VectorsDebugInfo;
}

Properties

Properties

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

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