add chat llamaindex and add missing projects to README

This commit is contained in:
Marcus Schiesser
2024-03-20 14:34:26 +07:00
parent 7e61325543
commit 796b1e82e5
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+2
View File
@@ -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)
+1
Submodule chat-llamaindex added at 2e50d85283