-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1209 from milvus-io/christy-demo
Add image zilliz clusters, cleanup readme
- Loading branch information
Showing
3 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
### 📖 Tutorial 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! | | ||
| Description | Notebook | Reading | Video | ||
|:---------------------------|:----------|:----------|:----------| | ||
| High-level introduction to Vectors, Embeddings, Vector search, Milvus vector database. | | [Vector Database 101](https://zilliz.com/learn/what-is-vector-database) | | ||
| Connect to Milvus local server (lite, docker, k8s) or in a cloud (Zilliz). Zilliz flavors include free tier (serverless) or paid (managed aws, google, azure). | [Connect to Milvus/Zilliz](milvus_connect.ipynb) | [Getting Started with a Milvus Connection](https://zilliz.com/blog/getting-started-with-a-milvus-connection) | COMING SOON! | | ||
| Build a question answering chatbot using your own product documentation for grounding LLMs (preventing hallucinations). Uses all open-source LLMs (HuggingFace) for retrieval and chat with source citations. Uses OpenAI ChatGPT for the last chat generation step. | [Open source RAG with LangChain](RAG/readthedocs_zilliz_langchain.ipynb) | [Build an Open Source Chatbot](https://zilliz.com/blog/building-open-source-chatbot-using-milvus-and-langchain-in-5-minutes)| COMING SOON! | | ||
| Build an agent on top of the OpenAI Assistant API with a custom retriever tool. | [OpenAI Assistant with LlamaIndex](OpenAIAssistants/milvus_agent_llamaindex.ipynb) | [Limitations of OpenAI for custom RAG](https://zilliz.com/blog/customizing-openai-built-in-retrieval-using-milvus-vector-database)| COMING SOON! | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.