agentskit.js

ChromaConfig

Auto-generated API reference for ChromaConfig.

Interface: ChromaConfig

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

#Properties

#collection

collection: string

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


#fetch?

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

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

#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>


#topK?

optional topK?: number

Defined in: memory/src/vector/chroma.ts:8


#url

url: string

Defined in: 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