v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.8
LangChain.js
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
;
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
Name?
password?
primary
Field?
ssl?
text
Field?
text
Field
Max
Length?
url?
username?
vector
Field?
Properties
Optional
auto
Id
auto
Id
?:
boolean
Optional
client
Config
client
Config
?:
ClientConfig
Optional
collection
Name
collection
Name
?:
string
Optional
index
Create
Options
index
Create
Options
?:
IndexCreateOptions
Optional
partition
Name
partition
Name
?:
string
Optional
password
password
?:
string
Optional
primary
Field
primary
Field
?:
string
Optional
ssl
ssl
?:
boolean
Optional
text
Field
text
Field
?:
string
Optional
text
Field
Max
Length
text
Field
Max
Length
?:
number
Optional
url
url
?:
string
Optional
username
username
?:
string
Optional
vector
Field
vector
Field
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
auto
Id
client
Config
collection
Name
index
Create
Options
partition
Name
password
primary
Field
ssl
text
Field
text
Field
Max
Length
url
username
vector
Field
LangChain.js - v0.2.8
Loading...
Interface for the arguments required by the Milvus class constructor.