Class: MilvusVectorStore
Implements
Constructors
constructor
• new MilvusVectorStore(init?
): MilvusVectorStore
Parameters
Name | Type |
---|---|
init? | Partial <{ milvusClient : MilvusClient }> & { collection? : string ; contentKey? : string ; embeddingKey? : string ; idKey? : string ; metadataKey? : string ; params? : { channelOptions? : ChannelOptions ; configOrAddress : string | ClientConfig ; password? : string ; ssl? : boolean ; username? : string } } |
Returns
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:32
Properties
collectionInitialized
• Private
collectionInitialized: boolean
= false
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:24
collectionName
• Private
collectionName: string
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:25
contentKey
• Private
contentKey: string
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:28
embeddingKey
• Private
embeddingKey: string
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:30
flatMetadata
• Private
flatMetadata: boolean
= true
Defined in
packages/core/src/storage/vectorStore/MilvusVectorStore.ts:21
idKey
• Private
idKey: string