agentskit.js

ChromaConfig

Auto-generated API reference for ChromaConfig.

Interface: ChromaConfig

Defined in: vector/chroma.ts:3

#Properties

#collection

collection: string

Defined in: vector/chroma.ts:6


#fetch?

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

Defined in: vector/chroma.ts:8

#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: vector/chroma.ts:7


#url

url: string

Defined in: vector/chroma.ts:5

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