Skip to content

Commit

Permalink
Add readme for bootcamp tutorials
Browse files Browse the repository at this point in the history
Signed-off-by: christy <[email protected]>
  • Loading branch information
christy committed Nov 27, 2023
1 parent 52848c3 commit 557f69d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@
<summary>Table of Contents</summary>
<ol>
<li>
Tutorials
<a href="https://github.com/milvus-io/bootcamp/tree/master/bootcamp/tutorials_README.md">Bootcamp tutorials</a>
</li>
<ul>
<li>Connect to Milvus/Zilliz</li>
<li>Retrieval</li>
<li>RAG</li>
<li>OpenAIAssistants</li>
<li><a href="https://github.com/milvus-io/bootcamp/tree/master/bootcamp/Retrieval/">Retrieval</a></li>
<li><a href="https://github.com/milvus-io/bootcamp/tree/master/bootcamp/RAG/">RAG</a></li>
<li><a href="https://github.com/milvus-io/bootcamp/tree/master/bootcamp/OpenAIAssistants/">OpenAIAssistants</a></li>
</ul>
<li>
<a href="#pencil-applications">Applications</a>
Expand All @@ -66,7 +65,7 @@
<a href="#mag-benchmark-tests">Benchmark Tests</a>
</li>
<li><a href="#pencil-contributing">Contributing</a></li>
<li><a href="#fire-supports">Supports</a></li>
<li><a href="#fire-community">Community</a></li>
</ol>
</details>

Expand Down Expand Up @@ -259,6 +258,12 @@ The [VectorDBBench](https://github.com/zilliztech/VectorDBBench) is not just an
Contributions to Milvus Bootcamp are welcome from everyone. See [Guidelines for Contributing](./contributing.md) for details.


## :fire: Supports
## :fire: Community

Join the Milvus community on [Slack](https://join.slack.com/t/milvusio/shared_invite/zt-e0u4qu3k-bI2GDNys3ZqX1YCJ9OM~GQ) to give feedback, ask for advice, and direct questions to our engineering team. We also have a [WeChat group](images/wechat_group.png).
- 🤖 Join the Milvus community on [Discord](https://discord.gg/8uyFbECzPX) to chat with the Milvus team and community.

- #️⃣ Enterprise Zilliz customers, join us on Slack (ask your Zilliz contact for an invitation) for technical support.

- 😺 For all other open source Milvus technical support, to discuss, and report bugs, join us on [GitHub Discussions](https://github.com/milvus-io/milvus/discussions).

- 🧧 We also have a [Chinese WeChat group](images/wechat_group.png).
7 changes: 7 additions & 0 deletions bootcamp/tutorials_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 📖 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). <br> 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! |

0 comments on commit 557f69d

Please sign in to comment.