@deskcreate/agentcraft
Preparing search index...
adapters
PineconeAdapterConfig
Interface PineconeAdapterConfig
interface
PineconeAdapterConfig
{
apiBaseUrl
?:
string
;
apiKey
:
string
;
indexName
:
string
;
namespace
?:
string
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
}
Index
Properties
api
Base
Url?
api
Key
index
Name
namespace?
on
Audit
Event?
timeout
Ms?
Properties
Optional
api
Base
Url
apiBaseUrl
?:
string
api
Key
apiKey
:
string
index
Name
indexName
:
string
Optional
namespace
namespace
?:
string
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Base
Url
api
Key
index
Name
namespace
on
Audit
Event
timeout
Ms
@deskcreate/agentcraft
Loading...