Skip to content

Commit

Permalink
fix dynamiq url
Browse files Browse the repository at this point in the history
Signed-off-by: ChengZi <[email protected]>
  • Loading branch information
zc277584121 committed Dec 5, 2024
1 parent 6918384 commit 1dc53dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootcamp/tutorials/integration/milvus_rag_with_dynamiq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"\n",
"\n",
"\n",
"[Dynamiq](https://dynamiq.ai/) is a powerful Gen AI framework that streamlines the development of AI-powered applications. With robust support for retrieval-augmented generation (RAG) and large language model (LLM) agents, Dynamiq empowers developers to create intelligent, dynamic systems with ease and efficiency.\n",
"[Dynamiq](https://www.getdynamiq.ai/) is a powerful Gen AI framework that streamlines the development of AI-powered applications. With robust support for retrieval-augmented generation (RAG) and large language model (LLM) agents, Dynamiq empowers developers to create intelligent, dynamic systems with ease and efficiency.\n",
"\n",
"In this tutorial, we’ll explore how to seamlessly use Dynamiq with [Milvus](https://milvus.io/), a high-performance, open-source vector database purpose-built for RAG workflows. Milvus excels at efficient storage, indexing, and retrieval of vector embeddings, making it an indispensable component for AI systems that demand fast and precise contextual data access.\n",
"In this tutorial, we’ll explore how to seamlessly use Dynamiq with [Milvus](https://milvus.io/), the high-performance vector database purpose-built for RAG workflows. Milvus excels at efficient storage, indexing, and retrieval of vector embeddings, making it an indispensable component for AI systems that demand fast and precise contextual data access.\n",
"\n",
"This step-by-step guide will cover two core RAG workflows:\n",
"\n",
Expand Down Expand Up @@ -732,4 +732,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 1dc53dc

Please sign in to comment.