chroma
Chroma vector DB via HTTP.
import { chroma } from '@agentskit/memory'
const store = chroma({
url: process.env.CHROMA_URL ?? 'http://localhost:8000',
collection: 'agentskit',
})
| Option | Type |
|---|
url | string |
collection | string |
tenant | string? |
database | string? |