llamaindex
Version:
<p align="center"> <img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" /> </p> <h1 align="center">LlamaIndex.TS</h1> <h3 align="center"> Data framework for your LLM application. </h3>
6 lines (5 loc) • 392 B
TypeScript
import type { ClientParams } from "./type.js";
export declare function getAppBaseUrl(): string;
export declare function initService({ apiKey, baseUrl }?: ClientParams): void;
export declare function getProjectId(projectName: string, organizationId?: string): Promise<string>;
export declare function getPipelineId(name: string, projectName: string, organizationId?: string): Promise<string>;