From e759d5f97aba3f35eb3450ac01926d07d4f12147 Mon Sep 17 00:00:00 2001 From: Filip Makraduli <73337655+fm1320@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:15:18 +0100 Subject: [PATCH] Update research-agent.md Update broken link and fix shell vs notebook command --- docs/articles/research-agent.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/articles/research-agent.md b/docs/articles/research-agent.md index d763e94c3..2f5331dd7 100644 --- a/docs/articles/research-agent.md +++ b/docs/articles/research-agent.md @@ -9,7 +9,7 @@ This method significantly enhances search accuracy by preserving attribute-speci ## Build an agentic system with Superlinked -This article shows how to build an agent system using a Kernel agent to handle queries. If you want to follow along, here is the [colab](links.superlinked.com/research_ai_agent_nb) +This article shows how to build an agent system using a Kernel agent to handle queries. If you want to follow along, here is the [colab](https://links.superlinked.com/research_ai_agent_nb) This AI agent can do three main things: @@ -22,8 +22,7 @@ Superlinked eliminates the need for re-ranking methods as it improves the vector ### Step 1 : Setting up the toolbox ```python -%%capture -!pip3 install openai pandas sentence-transformers transformers superlinked==19.21.1 +%pip3 install openai pandas sentence-transformers transformers superlinked==19.21.1 ``` To make things easier and more modular, I created an Abstract Tool class. This will simplify the process of building and adding tools @@ -479,4 +478,4 @@ I hope this example has been helpful for developing AI agents and agent-based sy ## Contributors - [Vipul Maheshwari, author](https://www.linkedin.com/in/vipulmaheshwarii/) -- [Filip Makraduli, reviewer](https://www.linkedin.com/in/filipmakraduli/) \ No newline at end of file +- [Filip Makraduli, reviewer](https://www.linkedin.com/in/filipmakraduli/)