PineconeVectorSpace constructor
const
PineconeVectorSpace({})
Implementation
const PineconeVectorSpace({
required this.namespace,
required this.host,
required this.apiKey,
this.rerank = false,
this.rerankTopK = 5,
this.rerankModel = "bge-reranker-v2-m3",
});