Type alias SerializedVectorDBQAChain

SerializedVectorDBQAChain: {
    combine_documents_chain: SerializedBaseChain;
    k: number;
}

Represents the serialized form of a VectorDBQAChain. It includes properties such as _type, k, and combine_documents_chain.

Type declaration

⚠️ Deprecated ⚠️

Use newer serialization methods.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Generated using TypeDoc