Skip to content

Putting It All Together#

Congratulations! You've loaded your data, indexed it, stored your index, and queried your index. Now you've got to ship something to production. We can show you how to do that!

LlamaIndex also provides some tools / project templates to help you build a full-stack template. For instance, create-llama spins up a full-stack scaffold for you.

Check out our Full-Stack Projects page for more details.

We also have the llamaindex-cli rag CLI tool that combines some of the above concepts into an easy to use tool for chatting with files from your terminal!