agentskit.js

UpstashVectorConfig

Auto-generated API reference for UpstashVectorConfig.

Interface: UpstashVectorConfig

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

#Properties

#fetch?

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

Defined in: memory/src/vector/upstash.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>


#token

token: string

Defined in: memory/src/vector/upstash.ts:6


#topK?

optional topK?: number

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


#url

url: string

Defined in: memory/src/vector/upstash.ts:5

Explore nearby

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

On this page