mirror of
https://github.com/run-llama/create_llama_projects.git
synced 2026-06-30 20:58:01 -04:00
add chat llamaindex and add missing projects to README
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[submodule "llamaindex-docs-agent"]
|
||||
path = llamaindex-docs-agent
|
||||
url = git@github.com:rsrohan99/llamaindex-docs-agent.git
|
||||
[submodule "chat-llamaindex"]
|
||||
path = chat-llamaindex
|
||||
url = git@github.com:run-llama/chat-llamaindex.git
|
||||
|
||||
@@ -5,3 +5,5 @@ Here's some fun projects created with the `create-llama` command.
|
||||
- [`embedded-tables`](embedded-tables/README.md): This project builds an agent that can analyze different data items within the 2021+2020 Tesla 10Q document, including embedded tables.
|
||||
- [`multi-document-agent`](multi-document-agent/README.md): 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`](nextjs-multi-modal/README.md): This example allows you to have a chat using the [GPT4 Vision model](https://platform.openai.com/docs/guides/vision) from OpenAI. You can upload files and ask the model to describe them.
|
||||
- [`llamaindex-docs-agent`](llamaindex-docs-agent/README.md): This project builds an advanced chatbot over the LlamaIndex TS documentation.
|
||||
- [`chat-llamaindex`](chat-llamaindex/README.md): Create and share LLM chatbots that know your data (PDF or text documents)
|
||||
|
||||
Submodule
+1
Submodule chat-llamaindex added at 2e50d85283
Reference in New Issue
Block a user