Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

factories.ts354 B
import type {DocumentChunk} from "@/api/types/ragTasks"; // DocumentChunk factory export const chunkFactory = (overrides: Partial<DocumentChunk> = {}): DocumentChunk => ({ documentFilename: "test_document.pdf", title: "Document Title", section: 1, text: "This is the text of the document.", relevanceScore: 0.9, ...overrides, });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexander-zuev/kollektiv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server