actrone-memory
    Preparing search index...

    Interface QdrantSearchOptions

    The search options both Qdrant search calls take.

    interface QdrantSearchOptions {
        limit: number;
        score_threshold?: number;
        filter?: QdrantFilter;
        with_payload?: boolean;
    }
    Index
    limit: number
    score_threshold?: number
    filter?: QdrantFilter
    with_payload?: boolean