Interface PreviewSearchDocumentsResponse

The response for the search_documents operation.

SearchDocumentsResponse

interface PreviewSearchDocumentsResponse {
    matches: PreviewDocumentSearchMatch[];
    namespace: string;
    usage: PreviewDocumentSearchUsage;
}

Properties

The matching documents, ordered from most to least similar.

SearchDocumentsResponse

namespace: string

The namespace that was searched.

SearchDocumentsResponse

SearchDocumentsResponse