agentskit.js

ChromaConfig

Auto-generated API reference for ChromaConfig.

Interface: ChromaConfig

Defined in: packages/memory/src/vector/chroma.ts:4

#Properties

#apiKey?

optional apiKey?: string

Defined in: packages/memory/src/vector/chroma.ts:13

Chroma token sent through the x-chroma-token header.


#collection

collection: string

Defined in: packages/memory/src/vector/chroma.ts:7


#database?

optional database?: string

Defined in: packages/memory/src/vector/chroma.ts:11

Chroma database. Defaults to default_database.


#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: packages/memory/src/vector/chroma.ts:17

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


#headers?

optional headers?: Record<string, string>

Defined in: packages/memory/src/vector/chroma.ts:15

Additional headers for hosted or proxied Chroma deployments.


#tenant?

optional tenant?: string

Defined in: packages/memory/src/vector/chroma.ts:9

Chroma tenant. Defaults to default_tenant.


#topK?

optional topK?: number

Defined in: packages/memory/src/vector/chroma.ts:16


#url

url: string

Defined in: packages/memory/src/vector/chroma.ts:6

Base URL of a running Chroma HTTP server.

Explore nearby

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

On this page

Ask the docs
Ask anything about AgentsKit. Answers come from the docs corpus and cite their sources.