Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PreviewSearchDocumentsResponse

    The response for the search_documents operation.

    SearchDocumentsResponse

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

    The matching documents, ordered from most to least similar.

    SearchDocumentsResponse

    namespace: string

    The namespace that was searched.

    SearchDocumentsResponse

    SearchDocumentsResponse