Skip to content

Commit

Permalink
Add: new articles and change name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos0318 committed Nov 6, 2024
1 parent 82ec29c commit 99b05f7
Show file tree
Hide file tree
Showing 21 changed files with 735 additions and 69 deletions.
16 changes: 10 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
+++
date = '2024-11-05T23:20:59+08:00'
draft = false
title = ''
featured_image= 'images/image.jpeg'
title= "AganticDB: Building Smart Databases as Agents"
featured_image = 'images/image.jpeg'
site_logo = "images/image.jpeg"
+++

# Principle Investigators
Welcome to our website with recent work in building the AgenticDB.


## Principle Investigators

<style>

Expand All @@ -24,7 +28,6 @@ featured_image= 'images/image.jpeg'
height: 400px;
object-fit: cover;



}
.info-card .content {
Expand Down Expand Up @@ -96,7 +99,8 @@ featured_image= 'images/image.jpeg'




</div>

#



8 changes: 8 additions & 0 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
date = '2024-11-05T23:20:59+08:00'
draft = false
title= "Articles"
+++


Articles are paginated with only three posts here for example. You can set the number of entries to show on this page with the "pagination" setting in the config file.
25 changes: 25 additions & 0 deletions content/posts/chapter-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
date = '2024-11-06T10:54:56+08:00'
draft = false
title = 'What is AgenticDB?'
description= "This article briefly discussed what is AgenticDB, how it is different from the AgenticAI, and what could be the applications of it."
tags= ["scene"]
featured_image= "images/generated_00.png"
+++


The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:

- **Autonomous Data Management**: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.
- **Intelligent Query Optimization**: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.
- **Real-Time Adaptation**: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.
- **Enhanced Security**: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.

#### Why Special?
- **Database-Specific Intelligence**: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.
- **Integration with AI Models**: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.
- **Automated Maintenance and Tuning**: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.

#### Potential Applications:
- **Data-Driven Decision Making**: Provide actionable insights directly from the database, empowering real-time strategic decisions.
- **Optimized Resource Utilization**: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.
Binary file added content/posts/images/generated_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://hkust-knowcomp.github.io/NGDB/'
languageCode = 'en-us'
title = 'AganticDB: Building Smart Databases as Agents'
title = 'AganticDB'
theme = 'ananke'
[markup]
[markup.goldmark]
Expand Down
8 changes: 4 additions & 4 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>AganticDB: Building Smart Databases as Agents</title>
<title>AganticDB</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.137.0">
Expand Down Expand Up @@ -34,7 +34,7 @@


<meta property="og:url" content="http://localhost:1313/NGDB/404.html">
<meta property="og:site_name" content="AganticDB: Building Smart Databases as Agents">
<meta property="og:site_name" content="AganticDB">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
Expand All @@ -54,7 +54,7 @@
<div class="flex-l justify-between items-center center">
<a href="/NGDB/" class="f3 fw2 hover-white no-underline white-90 dib">

AganticDB: Building Smart Databases as Agents
AganticDB

</a>
<div class="flex-l items-center">
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
&copy; AganticDB: Building Smart Databases as Agents 2024
&copy; AganticDB 2024
</a>
<div><div class="ananke-socials"></div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>AganticDB: Building Smart Databases as Agents</title>
<title>AganticDB</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.137.0">
Expand All @@ -29,8 +29,8 @@



<link href="/NGDB/categories/index.xml" rel="alternate" type="application/rss+xml" title="AganticDB: Building Smart Databases as Agents" />
<link href="/NGDB/categories/index.xml" rel="feed" type="application/rss+xml" title="AganticDB: Building Smart Databases as Agents" />
<link href="/NGDB/categories/index.xml" rel="alternate" type="application/rss+xml" title="AganticDB" />
<link href="/NGDB/categories/index.xml" rel="feed" type="application/rss+xml" title="AganticDB" />



Expand All @@ -39,7 +39,7 @@


<meta property="og:url" content="http://localhost:1313/NGDB/categories/">
<meta property="og:site_name" content="AganticDB: Building Smart Databases as Agents">
<meta property="og:site_name" content="AganticDB">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
Expand All @@ -59,7 +59,7 @@
<div class="flex-l justify-between items-center center">
<a href="/NGDB/" class="f3 fw2 hover-white no-underline white-90 dib">

AganticDB: Building Smart Databases as Agents
AganticDB

</a>
<div class="flex-l items-center">
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
&copy; AganticDB: Building Smart Databases as Agents 2024
&copy; AganticDB 2024
</a>
<div><div class="ananke-socials"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on AganticDB: Building Smart Databases as Agents</title>
<title>Categories on AganticDB</title>
<link>http://localhost:1313/NGDB/categories/</link>
<description>Recent content in Categories on AganticDB: Building Smart Databases as Agents</description>
<description>Recent content in Categories on AganticDB</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/NGDB/categories/index.xml" rel="self" type="application/rss+xml" />
Expand Down
95 changes: 82 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>AganticDB: Building Smart Databases as Agents</title>
<title>AganticDB: Building Smart Databases as Agents | AganticDB</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.137.0">
Expand All @@ -29,8 +29,8 @@



<link href="/NGDB/index.xml" rel="alternate" type="application/rss+xml" title="AganticDB: Building Smart Databases as Agents" />
<link href="/NGDB/index.xml" rel="feed" type="application/rss+xml" title="AganticDB: Building Smart Databases as Agents" />
<link href="/NGDB/index.xml" rel="alternate" type="application/rss+xml" title="AganticDB" />
<link href="/NGDB/index.xml" rel="feed" type="application/rss+xml" title="AganticDB" />



Expand All @@ -39,20 +39,23 @@


<meta property="og:url" content="http://localhost:1313/NGDB/">
<meta property="og:site_name" content="AganticDB: Building Smart Databases as Agents">
<meta property="og:site_name" content="AganticDB">
<meta property="og:title" content="AganticDB: Building Smart Databases as Agents">
<meta property="og:description" content="Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">
<meta property="og:description" content="Welcome to our website with recent work in building the AgenticDB.
Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">

<meta itemprop="name" content="AganticDB: Building Smart Databases as Agents">
<meta itemprop="description" content="Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">
<meta itemprop="description" content="Welcome to our website with recent work in building the AgenticDB.
Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">
<meta itemprop="datePublished" content="2024-11-05T23:20:59+08:00">
<meta itemprop="dateModified" content="2024-11-05T23:20:59+08:00">
<meta itemprop="wordCount" content="28">
<meta itemprop="wordCount" content="39">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="AganticDB: Building Smart Databases as Agents">
<meta name="twitter:description" content="Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">
<meta name="twitter:description" content="Welcome to our website with recent work in building the AgenticDB.
Principle Investigators Yangqiu Song Associate Professor HKUST Wei Wang Associate Professor HKUST Lei Chen Chair Professor HKUST Xiaofang Zhou Otto Poon Professor of Engineering and Chair Professor HKUST">


</head><body class="ma0 avenir bg-near-white development">
Expand All @@ -68,7 +71,7 @@
<div class="flex-l justify-between items-center center">
<a href="/NGDB/" class="f3 fw2 hover-white no-underline white-90 dib">

AganticDB: Building Smart Databases as Agents
AganticDB

</a>
<div class="flex-l items-center">
Expand All @@ -94,7 +97,8 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
<main class="pb7" role="main">

<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
<h1 id="principle-investigators">Principle Investigators</h1>
<p>Welcome to our website with recent work in building the AgenticDB.</p>
<h2 id="principle-investigators">Principle Investigators</h2>
<style>

.info-card {
Expand All @@ -112,7 +116,6 @@ <h1 id="principle-investigators">Principle Investigators</h1>
height: 400px;
object-fit: cover;



}
.info-card .content {
Expand Down Expand Up @@ -175,7 +178,6 @@ <h1 id="principle-investigators">Principle Investigators</h1>
</div>
</div>
</div>
<h1 id="heading"></h1>

</article>

Expand All @@ -189,13 +191,80 @@ <h1 id="heading"></h1>



<div class="pa3 pa4-ns w-100 w-70-ns center">


<h1 class="flex-none">
Recent Articles
</h1>




<section class="w-100 mw8">


<div class="relative w-100 mb4">

<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">


<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
<a href="/NGDB/posts/chapter-1/" class="db grow">
<img src="http://localhost:1313/NGDB/images/generated_00.png" class="img" alt="image from What is AgenticDB?">
</a>
</div>

<div class="blah w-100 w-60-ns pl3-ns">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/NGDB/posts/chapter-1/" class="color-inherit dim link">
What is AgenticDB?
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
<p>The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:</p>
<ul>
<li><strong>Autonomous Data Management</strong>: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.</li>
<li><strong>Intelligent Query Optimization</strong>: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.</li>
<li><strong>Real-Time Adaptation</strong>: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.</li>
<li><strong>Enhanced Security</strong>: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.</li>
</ul>
<h4 id="why-special">Why Special?</h4>
<ul>
<li><strong>Database-Specific Intelligence</strong>: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.</li>
<li><strong>Integration with AI Models</strong>: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.</li>
<li><strong>Automated Maintenance and Tuning</strong>: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.</li>
</ul>
<h4 id="potential-applications">Potential Applications:</h4>
<ul>
<li><strong>Data-Driven Decision Making</strong>: Provide actionable insights directly from the database, empowering real-time strategic decisions.</li>
<li><strong>Optimized Resource Utilization</strong>: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.</li>
</ul>
</div>
<a href="/NGDB/posts/chapter-1/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>

</div>
</div>
</div>
</article>

</div>

</section>



</div>



</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
&copy; AganticDB: Building Smart Databases as Agents 2024
&copy; AganticDB 2024
</a>
<div><div class="ananke-socials"></div>
</div>
Expand Down
13 changes: 10 additions & 3 deletions public/index.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>AganticDB: Building Smart Databases as Agents</title>
<title>AganticDB: Building Smart Databases as Agents on AganticDB</title>
<link>http://localhost:1313/NGDB/</link>
<description>Recent content on AganticDB: Building Smart Databases as Agents</description>
<description>Recent content in AganticDB: Building Smart Databases as Agents on AganticDB</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate></lastBuildDate>
<lastBuildDate>Wed, 06 Nov 2024 10:54:56 +0800</lastBuildDate>
<atom:link href="http://localhost:1313/NGDB/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>What is AgenticDB?</title>
<link>http://localhost:1313/NGDB/posts/chapter-1/</link>
<pubDate>Wed, 06 Nov 2024 10:54:56 +0800</pubDate>
<guid>http://localhost:1313/NGDB/posts/chapter-1/</guid>
<description>&lt;p&gt;The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Autonomous Data Management&lt;/strong&gt;: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent Query Optimization&lt;/strong&gt;: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real-Time Adaptation&lt;/strong&gt;: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enhanced Security&lt;/strong&gt;: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;why-special&#34;&gt;Why Special?&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Database-Specific Intelligence&lt;/strong&gt;: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Integration with AI Models&lt;/strong&gt;: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automated Maintenance and Tuning&lt;/strong&gt;: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;potential-applications&#34;&gt;Potential Applications:&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data-Driven Decision Making&lt;/strong&gt;: Provide actionable insights directly from the database, empowering real-time strategic decisions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Optimized Resource Utilization&lt;/strong&gt;: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>
</rss>
Loading

0 comments on commit 99b05f7

Please sign in to comment.