From b9f65bc6158ce65e2bcf7b171b8b553348ea551b Mon Sep 17 00:00:00 2001 From: christy Date: Mon, 27 Nov 2023 14:45:19 -0800 Subject: [PATCH] Add readme for bootcamp tutorials Signed-off-by: christy --- README.md | 2 +- bootcamp/README.md | 2 +- bootcamp/tutorials_README.md | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 bootcamp/tutorials_README.md diff --git a/README.md b/README.md index eaa9c4ee6..59f6274d2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Table of Contents
  1. - Bootcamp tutorials + Bootcamp tutorials
    • Retrieval
    • diff --git a/bootcamp/README.md b/bootcamp/README.md index 677bbe9d3..891614dd4 100644 --- a/bootcamp/README.md +++ b/bootcamp/README.md @@ -1,4 +1,4 @@ -### 📖 Outline of Notebooks +### 📖 Tutorial Notebooks | Notebook | Description | Video |:-----------|:---------------------------|:------------| diff --git a/bootcamp/tutorials_README.md b/bootcamp/tutorials_README.md deleted file mode 100644 index 677bbe9d3..000000000 --- a/bootcamp/tutorials_README.md +++ /dev/null @@ -1,7 +0,0 @@ -### 📖 Outline of Notebooks - -| Notebook | Description | Video -|:-----------|:---------------------------|:------------| -| [Connect to Milvus/Zilliz](milvus_connect.ipynb)| Connect to Milvus running locally (lite, docker, k8s) or in a cloud (Zilliz).
      Zilliz flavors include free tier (serverless) or paid (private cloud).| COMING SOON! | -| [Open source RAG with LangChain](RAG/readthedocs_zilliz_langchain.ipynb) | Build a question answering chatbot using your own product documentation for grounding LLMs (preventing hallucinations). This demo shows how to use all open-source LLMs (HuggingFace) for retrieval and chat with source citations. We also show how to use OpenAI ChatGPT for the last chat generation step. | COMING SOON! | -| [OpenAI Assistant with LlamaIndex](OpenAIAssistants/milvus_agent_llamaindex.ipynb) | This tutorial shows how to build an agent on top of the OpenAI Assistant API with a custom retriever tool. | COMING SOON! | \ No newline at end of file