Files
create_llama_projects/README.md
T
2024-03-20 14:34:26 +07:00

991 B

create-llama Projects

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)