From b3afadd2dfccfca589a3b29884b328b89cc2e7d4 Mon Sep 17 00:00:00 2001 From: Erika Cardenas <110841617+erika-cardenas@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:51:31 -0500 Subject: [PATCH] Update links in Agentic RAG blog post --- blog/2024-11-05-what-is-agentic-rag/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/2024-11-05-what-is-agentic-rag/index.mdx b/blog/2024-11-05-what-is-agentic-rag/index.mdx index 57f4a25c49..082ff3f3ef 100644 --- a/blog/2024-11-05-what-is-agentic-rag/index.mdx +++ b/blog/2024-11-05-what-is-agentic-rag/index.mdx @@ -250,9 +250,10 @@ Finally, this article discussed the benefits and limitations of agentic RAG pipe ## Further Resources -- [Notebook](https://github.com/weaviate/recipes/tree/main/integrations/llm-frameworks/letta) using Swarm +- [Notebook](https://github.com/weaviate/recipes/blob/main/integrations/llm-frameworks/function-calling/openai/openai-swarm.ipynb) using Swarm - [Notebook](https://github.com/weaviate/recipes/tree/main/integrations/llm-frameworks/letta) using Letta and Weaviate - +- [Notebooks](https://github.com/weaviate/recipes/tree/main/integrations/llm-frameworks/function-calling/ollama) on using function calling in Ollama +- [Notebook](https://github.com/weaviate/recipes/blob/main/integrations/llm-frameworks/agentic-rag-benchmark/vanilla-rag-vs-agentic-rag.ipynb) on Vanilla RAG versus Agentic RAG import WhatsNext from '/_includes/what-next.mdx';