diff --git a/.gitmodules b/.gitmodules index 9eda9ed..48853b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index cc70e25..5c1d322 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/chat-llamaindex b/chat-llamaindex new file mode 160000 index 0000000..2e50d85 --- /dev/null +++ b/chat-llamaindex @@ -0,0 +1 @@ +Subproject commit 2e50d852836ecb4eaed9e397e09e318f342aedd0