agentskit.js

QdrantConfig

Auto-generated API reference for QdrantConfig.

Interface: QdrantConfig

Defined in: vector/qdrant.ts:3

#Properties

#apiKey?

optional apiKey?: string

Defined in: vector/qdrant.ts:6


#collection

collection: string

Defined in: vector/qdrant.ts:7


#fetch?

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

Defined in: vector/qdrant.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: vector/qdrant.ts:8


#url

url: string

Defined in: vector/qdrant.ts:5

Base URL, e.g. https://xxx.cluster-qdrant.io.

Explore nearby

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

On this page