UNPKG

@qdrant/js-client-rest

Version:

This repository contains the REST client for the [Qdrant](https://github.com/qdrant/qdrant) vector search engine.

8 lines (7 loc) 197 B
import { Agent } from 'undici'; declare global { interface RequestInit { dispatcher?: Agent | undefined; } } export declare const createDispatcher: (connections?: number) => Agent;