Class: MilvusVectorStore
Extends
Implements
Constructors
new MilvusVectorStore()
new MilvusVectorStore(
init
?):MilvusVectorStore
Parameters
• init?: Partial
<object
> & Partial
<IEmbedModel
> & object
Returns
Overrides
Source
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:37
Properties
collectionInitialized
private
collectionInitialized:boolean
=false
Source
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:29
collectionName
private
collectionName:string
Source
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:30
contentKey
private
contentKey:string