UNPKG

autollama

Version:

Modern JavaScript-first RAG framework with contextual embeddings, professional CLI, and one-command deployment

14 lines 586 B
<!doctype html> <html lang="en" class="dark"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/icons.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="AutoLlama Real-Time Pipeline Monitor - Watch document chunks flow through the RAG processing pipeline" /> <title>AutoLlama Pipeline Monitor</title> </head> <body class="bg-pipeline-bg text-pipeline-text antialiased"> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>