added rag-stream

This commit is contained in:
Marcus Schiesser
2024-04-08 15:12:55 +08:00
parent 4802749466
commit 2904132e09
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -10,3 +10,6 @@
[submodule "sec-insights"]
path = sec-insights
url = https://github.com/run-llama/sec-insights
[submodule "rag-stream-intermediate-events-tutorial"]
path = rag-stream-intermediate-events-tutorial
url = https://github.com/rsrohan99/rag-stream-intermediate-events-tutorial
+2 -1
View File
@@ -9,4 +9,5 @@ Here's some fun projects created with the `create-llama` command.
- [`chat-llamaindex`](chat-llamaindex/README.md): Create and share LLM chatbots that know your data (PDF or text documents)
- [`homeai`](homeai/README.md): The AI real estate agent
- [`sec-insights`](sec-insights/README.md): Answer questions about SEC 10-K & 10-Q documents
- [`nextjs-edge-llamaparse`](nextjs-edge-llamaparse/README.md): This is a NextJs example that use Edge Runtime and allows you to parse documents using the LlamaParse
- [`nextjs-edge-llamaparse`](nextjs-edge-llamaparse/README.md): This is a NextJs example that use Edge Runtime and allows you to parse documents using the LlamaParse
- [`rag-stream-intermediate-events-tutorial`](rag-stream-intermediate-events-tutorial/README.md): Send intermediate steps in a Python RAG pipeline to the frontend for an intuitive UX