agentskit.js

QdrantConfig

Auto-generated API reference for QdrantConfig.

Interface: QdrantConfig

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

#Properties

#apiKey?

optional apiKey?: string

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


#collection

collection: string

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


#fetch?

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

Defined in: memory/src/vector/qdrant.ts:10

#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/qdrant.ts:9


#url

url: string

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

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