agentskit.js
Data layerMemory

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
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page