agentskit.js
Memory

qdrant

Self-hosted or cloud Qdrant via HTTP.

import { qdrant } from '@agentskit/memory'

const store = qdrant({
  url: process.env.QDRANT_URL!,
  apiKey: process.env.QDRANT_API_KEY,
  collection: 'agentskit',
})

#Options

OptionType
urlstring
apiKeystring?
collectionstring
fetchtypeof fetch

Explore nearby

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

On this page