langchain.js
Preparing search index...
@langchain/community
vectorstores/milvus
MilvusLibArgs
Interface MilvusLibArgs
Interface for the arguments required by the Milvus class constructor.
interface
MilvusLibArgs
{
autoId
?:
boolean
;
clientConfig
?:
ClientConfig
;
collectionName
?:
string
;
indexCreateOptions
?:
IndexCreateOptions
;
partitionKey
?:
string
;
partitionKeyMaxLength
?:
number
;
partitionName
?:
string
;
password
?:
string
;
primaryField
?:
string
;
ssl
?:
boolean
;
textField
?:
string
;
textFieldMaxLength
?:
number
;
url
?:
string
;
username
?:
string
;
vectorField
?:
string
;
}
Index
Properties
auto
Id?
client
Config?
collection
Name?
index
Create
Options?
partition
Key?
partition
Key
Max
Length?
partition
Name?
password?
primary
Field?
ssl?
text
Field?
text
Field
Max
Length?
url?
username?
vector
Field?
Properties
Optional
auto
Id
autoId
?:
boolean
Optional
client
Config
clientConfig
?:
ClientConfig
Optional
collection
Name
collectionName
?:
string
Optional
index
Create
Options
indexCreateOptions
?:
IndexCreateOptions
Optional
partition
Key
partitionKey
?:
string
Optional
partition
Key
Max
Length
partitionKeyMaxLength
?:
number
Optional
partition
Name
partitionName
?:
string
Optional
password
password
?:
string
Optional
primary
Field
primaryField
?:
string
Optional
ssl
ssl
?:
boolean
Optional
text
Field
textField
?:
string
Optional
text
Field
Max
Length
textFieldMaxLength
?:
number
Optional
url
url
?:
string
Optional
username
username
?:
string
Optional
vector
Field
vectorField
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Id
client
Config
collection
Name
index
Create
Options
partition
Key
partition
Key
Max
Length
partition
Name
password
primary
Field
ssl
text
Field
text
Field
Max
Length
url
username
vector
Field
langchain.js
Loading...
Interface for the arguments required by the Milvus class constructor.