SmythOS SDK
    Preparing search index...

    Type Alias TVectorDBProviderSettings

    type TVectorDBProviderSettings = {
        default: {};
        Milvus: MilvusConfig & { scope?: Scope | AccessCandidate };
        Pinecone: PineconeConfig & { scope?: Scope | AccessCandidate };
        RAMVec: RAMVectorDBConfig & { scope?: Scope | AccessCandidate };
    }
    Index

    Properties

    default: {}
    Milvus: MilvusConfig & { scope?: Scope | AccessCandidate }
    Pinecone: PineconeConfig & { scope?: Scope | AccessCandidate }
    RAMVec: RAMVectorDBConfig & { scope?: Scope | AccessCandidate }