agentskit.js
Memory

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',
})

#Options

OptionType
apiKeystring
indexHoststring
namespacestring
fetchtypeof fetch

Explore nearby

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

On this page