unified-llm-client
    Preparing search index...

    Interface InMemoryKnowledgeStoreOptions

    interface InMemoryKnowledgeStoreOptions {
        allowUnfilteredSearch?: boolean;
        now?: () => Date;
    }
    Index

    Properties

    allowUnfilteredSearch?: boolean
    now?: () => Date