Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This module is still in Beta.

The data processing agent allows performing tasks beyond just answering questions on Cotnet, which is done by the knowledge chatbot.

The classic usage of the agent is for DB data analysis. Read more here

Use cases of Data processing agent

  • Question 1: Search for hospitals that offer Oncology medical service in Israel by browsing Google using Selenium. Extract the full page text from the HTML content and utilize an LLM to extract hopital name and site URL.

    Do not return a file. Instead return a table with two columns - one of the hospital name and the second with the URL
    Answer:

Here is a list of hospitals in Israel that provide oncology services, along with their respective website URLs:

Hospital Name

Website URL

Sharett Institute of Oncology - Hadassah Medical Center

hadassah.org.il

Jusidman Oncology Hospital at Sheba Medical Center

shebaonline.org

The Cancer Center at Sheba Medical Center

shebaonline.org

Herzliya Medical Center

hmcisrael.com

Davidoff Cancer Centre - Rabin Medical Center

esmo.org

The Cancer (Oncology) Center - Chaim Sheba Medical Center

hospital-direct.org.il

The Jusidman Cancer Center at Sheba Tel-HaShomer

eng.sheba.co.il

Rambam Medical Center

ihospitalonline.org.il

Cancer Association of Israel

cancer.org.il

These hospitals are recognized for their advanced cancer treatment facilities and specialized oncology services. If you need more specific information about any of these hospitals or their services, feel free to ask!

  • Question 2: Search for universities in Canada that offer Master's programs in Artificial Intelligence by browsing Google using Selenium. Extract the HTML content of the first five result pages and utilize an LLM to create a table with three columns: University Name, Program Title, and link to the website.

    Answer:
    The result is a table summarizing various universities and their Master's programs in Artificial Intelligence in Canada:

University Name

Program Title

Link to Website

Various Universities (Masters Portal)

Master's in Artificial Intelligence

Masters Portal - Canada

Various Universities

Artificial Intelligence Programs

Masters Portal - Study Options

Various Universities

Best Global Universities in AI

US News - AI Universities

Vector Institute

AI Master's Programs

Vector Institute Programs

University of Toronto

Master of Science in Applied Computing

U of T - AI Concentration

This table provides an overview of various resources and programs related to artificial intelligence education in Canada. Each link directs you to a source with more detailed information about the programs offered, their curriculum, and potential universities.

  • No labels