pinecone
Managed vector DB. Namespaces + metadata filters.
import { pinecone } from '@agentskit/memory'
const store = pinecone({
apiKey: process.env.PINECONE_API_KEY!,
indexHost: process.env.PINECONE_INDEX_HOST!,
namespace: 'prod',
})
| Option | Type |
|---|
apiKey | string |
indexHost | string |
namespace | string |
fetch | typeof fetch |