AxDBPineconeArgs
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/db/pinecone.ts#L48
Extends
Properties
| Property | Type | Overrides | Inherited from |
|---|---|---|---|
apiKey | string | - | - |
fetch? | { (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; } | AxDBBaseArgs.fetch | - |
host | string | - | - |
name | "pinecone" | - | - |
tracer? | Tracer | - | AxDBBaseArgs.tracer |