With Vite
In this guide, you'll learn how to use LlamaIndex with Vite
Before you start, make sure you have try LlamaIndex.TS in Node.js to make sure you understand the basics.
Getting Started with LlamaIndex.TS in Node.js
Also, make sure you have a basic understanding of Vite.
Why mention Vite?
Vite.js is widely used in building many web applications, like React.js, even for some native app like Electron.
However, it's not a ready-to-use solution for a Node.js-like application using Vite, as Vite is designed for web applications(run in browser).
There's some plugin/framework based on Vite, like Waku.gg, or Electron Vite
For now, we have no clear solution for bundling LlamaIndex.TS with Vite, if you have any idea/solution, please let us know.
Edit on GitHub
Last updated on