agentskit.js

PineconeConfig

Auto-generated API reference for PineconeConfig.

Interface: PineconeConfig

Defined in: memory/src/vector/pinecone.ts:4

#Properties

#apiKey

apiKey: string

Defined in: memory/src/vector/pinecone.ts:7


#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: memory/src/vector/pinecone.ts:12

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


#indexUrl

indexUrl: string

Defined in: memory/src/vector/pinecone.ts:6

Full index URL, e.g. https://&lt;idx>-&lt;project>.svc.&lt;region>.pinecone.io.


#namespace?

optional namespace?: string

Defined in: memory/src/vector/pinecone.ts:9

Namespace. Default ''.


#topK?

optional topK?: number

Defined in: memory/src/vector/pinecone.ts:11

Default topK for search. Default 10.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page