UNPKG

cag-js

Version:

Chunked Augmented Generation (CAG) algorithm for processing large text inputs with AI models

7 lines (6 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const web_streams_polyfill_1 = require("web-streams-polyfill"); require("regenerator-runtime/runtime"); global.ReadableStream = web_streams_polyfill_1.ReadableStream; // This is a setup file, not a test file