v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/vectorstores/couchbase
AddVectorOptions
Interface AddVectorOptions
This interface define the optional fields for adding vector
ids
- vector of ids for each document. If undefined, then uuid will be used
metadata
- vector of metadata object for each document
interface
AddVectorOptions
{
ids
?:
string
[]
;
metadata
?:
Record
<
string
,
any
>
[]
;
}
Index
Properties
ids?
metadata?
Properties
Optional
ids
ids
?:
string
[]
Optional
metadata
metadata
?:
Record
<
string
,
any
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ids
metadata
LangChain.js - v0.2.10
Loading...
This interface define the optional fields for adding vector
ids
- vector of ids for each document. If undefined, then uuid will be usedmetadata
- vector of metadata object for each document