Here's some fun projects created with the create-llama
command.
embedded-tables
: This project builds an agent that can analyze different data items within the 2021+2020 Tesla 10Q document, including embedded tables.multi-document-agent
: This project builds an agent that can do advanced analysis/comparisons across multiple documents. It streams intermediate results as they come in.nextjs-multi-modal
: This example allows you to have a chat using the GPT4 Vision model from OpenAI. You can upload files and ask the model to describe them.llamaindex-docs-agent
: This project builds an advanced chatbot over the LlamaIndex TS documentation.chat-llamaindex
: Create and share LLM chatbots that know your data (PDF or text documents)homeai
: The AI real estate agentsec-insights
: Answer questions about SEC 10-K & 10-Q documentsnextjs-edge-llamaparse
: This is a NextJs example that use Edge Runtime and allows you to parse documents using the LlamaParserag-stream-intermediate-events-tutorial
: Send intermediate steps in a Python RAG pipeline to the frontend for an intuitive UXnextjs-llama3
: Use Llama3 with LlamaIndex to create a RAG application