v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/vectorstores/zep_cloud
IZepCloudConfig
Interface IZepCloudConfig
Interface for the configuration options for a ZepCloudVectorStore instance.
interface
IZepCloudConfig
{
collectionName
:
string
;
apiKey
?:
string
;
client
?:
ZepClient
;
description
?:
string
;
metadata
?:
Record
<
string
,
never
>
;
}
Index
Properties
collection
Name
api
Key?
client?
description?
metadata?
Properties
collection
Name
collection
Name
:
string
Optional
api
Key
api
Key
?:
string
Optional
client
client
?:
ZepClient
Optional
description
description
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
never
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
collection
Name
api
Key
client
description
metadata
LangChain.js - v0.2.10
Loading...
Interface for the configuration options for a ZepCloudVectorStore instance.