agentskit.js

UpstashVectorConfig

Auto-generated API reference for UpstashVectorConfig.

Interface: UpstashVectorConfig

Defined in: vector/upstash.ts:3

#Properties

#fetch?

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

Defined in: vector/upstash.ts:7

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


#token

token: string

Defined in: vector/upstash.ts:5


#topK?

optional topK?: number

Defined in: vector/upstash.ts:6


#url

url: string

Defined in: vector/upstash.ts:4

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page