MCPcopy
hub / github.com/jina-ai/node-DeepResearch / JinaEmbeddingRequest

Interface JinaEmbeddingRequest

src/tools/jina-dedup.ts:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16// Types for Jina API
17interface JinaEmbeddingRequest {
18 model: string;
19 task: string;
20 late_chunking: boolean;
21 dimensions: number;
22 embedding_type: string;
23 input: string[];
24}
25
26interface JinaEmbeddingResponse {
27 model: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected