Skip to content

Commit 99b05f7

Browse files
committed
Add: new articles and change name
1 parent 82ec29c commit 99b05f7

File tree

21 files changed

+735
-69
lines changed

21 files changed

+735
-69
lines changed

content/_index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
+++
22
date = '2024-11-05T23:20:59+08:00'
33
draft = false
4-
title = ''
5-
featured_image= 'images/image.jpeg'
4+
title= "AganticDB: Building Smart Databases as Agents"
5+
featured_image = 'images/image.jpeg'
6+
site_logo = "images/image.jpeg"
67
+++
78

8-
# Principle Investigators
9+
Welcome to our website with recent work in building the AgenticDB.
10+
11+
12+
## Principle Investigators
913

1014
<style>
1115

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

27-
2831

2932
}
3033
.info-card .content {
@@ -96,7 +99,8 @@ featured_image= 'images/image.jpeg'
9699

97100

98101

99-
100102
</div>
101103

102-
#
104+
105+
106+

content/posts/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
date = '2024-11-05T23:20:59+08:00'
3+
draft = false
4+
title= "Articles"
5+
+++
6+
7+
8+
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.

content/posts/chapter-1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
+++
2+
date = '2024-11-06T10:54:56+08:00'
3+
draft = false
4+
title = 'What is AgenticDB?'
5+
description= "This article briefly discussed what is AgenticDB, how it is different from the AgenticAI, and what could be the applications of it."
6+
tags= ["scene"]
7+
featured_image= "images/generated_00.png"
8+
+++
9+
10+
11+
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:
12+
13+
- **Autonomous Data Management**: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.
14+
- **Intelligent Query Optimization**: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.
15+
- **Real-Time Adaptation**: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.
16+
- **Enhanced Security**: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.
17+
18+
#### Why Special?
19+
- **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.
20+
- **Integration with AI Models**: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.
21+
- **Automated Maintenance and Tuning**: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.
22+
23+
#### Potential Applications:
24+
- **Data-Driven Decision Making**: Provide actionable insights directly from the database, empowering real-time strategic decisions.
25+
- **Optimized Resource Utilization**: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.
3.02 MB
Loading

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = 'https://hkust-knowcomp.github.io/NGDB/'
22
languageCode = 'en-us'
3-
title = 'AganticDB: Building Smart Databases as Agents'
3+
title = 'AganticDB'
44
theme = 'ananke'
55
[markup]
66
[markup.goldmark]

public/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

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

3535

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

57-
AganticDB: Building Smart Databases as Agents
57+
AganticDB
5858

5959
</a>
6060
<div class="flex-l items-center">
@@ -83,7 +83,7 @@ <h1>
8383
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
8484
<div class="flex justify-between">
8585
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
86-
&copy; AganticDB: Building Smart Databases as Agents 2024
86+
&copy; AganticDB 2024
8787
</a>
8888
<div><div class="ananke-socials"></div>
8989
</div>

public/categories/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

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

3030

3131

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

3535

3636

@@ -39,7 +39,7 @@
3939

4040

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

62-
AganticDB: Building Smart Databases as Agents
62+
AganticDB
6363

6464
</a>
6565
<div class="flex-l items-center">
@@ -100,7 +100,7 @@ <h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
100100
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
101101
<div class="flex justify-between">
102102
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
103-
&copy; AganticDB: Building Smart Databases as Agents 2024
103+
&copy; AganticDB 2024
104104
</a>
105105
<div><div class="ananke-socials"></div>
106106
</div>

public/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Categories on AganticDB: Building Smart Databases as Agents</title>
4+
<title>Categories on AganticDB</title>
55
<link>http://localhost:1313/NGDB/categories/</link>
6-
<description>Recent content in Categories on AganticDB: Building Smart Databases as Agents</description>
6+
<description>Recent content in Categories on AganticDB</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<atom:link href="http://localhost:1313/NGDB/categories/index.xml" rel="self" type="application/rss+xml" />

public/index.html

Lines changed: 82 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66

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

3030

3131

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

3535

3636

@@ -39,20 +39,23 @@
3939

4040

4141
<meta property="og:url" content="http://localhost:1313/NGDB/">
42-
<meta property="og:site_name" content="AganticDB: Building Smart Databases as Agents">
42+
<meta property="og:site_name" content="AganticDB">
4343
<meta property="og:title" content="AganticDB: Building Smart Databases as Agents">
44-
<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">
44+
<meta property="og:description" content="Welcome to our website with recent work in building the AgenticDB.
45+
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">
4546
<meta property="og:locale" content="en_us">
4647
<meta property="og:type" content="website">
4748

4849
<meta itemprop="name" content="AganticDB: Building Smart Databases as Agents">
49-
<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">
50+
<meta itemprop="description" content="Welcome to our website with recent work in building the AgenticDB.
51+
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">
5052
<meta itemprop="datePublished" content="2024-11-05T23:20:59+08:00">
5153
<meta itemprop="dateModified" content="2024-11-05T23:20:59+08:00">
52-
<meta itemprop="wordCount" content="28">
54+
<meta itemprop="wordCount" content="39">
5355
<meta name="twitter:card" content="summary">
5456
<meta name="twitter:title" content="AganticDB: Building Smart Databases as Agents">
55-
<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">
57+
<meta name="twitter:description" content="Welcome to our website with recent work in building the AgenticDB.
58+
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">
5659

5760

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

71-
AganticDB: Building Smart Databases as Agents
74+
AganticDB
7275

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

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

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

115-
116119

117120
}
118121
.info-card .content {
@@ -175,7 +178,6 @@ <h1 id="principle-investigators">Principle Investigators</h1>
175178
</div>
176179
</div>
177180
</div>
178-
<h1 id="heading"></h1>
179181

180182
</article>
181183

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

190192

191193

194+
<div class="pa3 pa4-ns w-100 w-70-ns center">
195+
196+
197+
<h1 class="flex-none">
198+
Recent Articles
199+
</h1>
200+
201+
202+
203+
204+
<section class="w-100 mw8">
205+
206+
207+
<div class="relative w-100 mb4">
208+
209+
<article class="bb b--black-10">
210+
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
211+
<div class="flex flex-column flex-row-ns">
212+
213+
214+
<div class="pr3-ns mb4 mb0-ns w-100 w-40-ns">
215+
<a href="/NGDB/posts/chapter-1/" class="db grow">
216+
<img src="http://localhost:1313/NGDB/images/generated_00.png" class="img" alt="image from What is AgenticDB?">
217+
</a>
218+
</div>
219+
220+
<div class="blah w-100 w-60-ns pl3-ns">
221+
<h1 class="f3 fw1 athelas mt0 lh-title">
222+
<a href="/NGDB/posts/chapter-1/" class="color-inherit dim link">
223+
What is AgenticDB?
224+
</a>
225+
</h1>
226+
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
227+
<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>
228+
<ul>
229+
<li><strong>Autonomous Data Management</strong>: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.</li>
230+
<li><strong>Intelligent Query Optimization</strong>: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.</li>
231+
<li><strong>Real-Time Adaptation</strong>: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.</li>
232+
<li><strong>Enhanced Security</strong>: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.</li>
233+
</ul>
234+
<h4 id="why-special">Why Special?</h4>
235+
<ul>
236+
<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>
237+
<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>
238+
<li><strong>Automated Maintenance and Tuning</strong>: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.</li>
239+
</ul>
240+
<h4 id="potential-applications">Potential Applications:</h4>
241+
<ul>
242+
<li><strong>Data-Driven Decision Making</strong>: Provide actionable insights directly from the database, empowering real-time strategic decisions.</li>
243+
<li><strong>Optimized Resource Utilization</strong>: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.</li>
244+
</ul>
245+
</div>
246+
<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>
247+
248+
</div>
249+
</div>
250+
</div>
251+
</article>
252+
253+
</div>
254+
255+
</section>
256+
257+
258+
259+
</div>
260+
192261

193262

194263
</main>
195264
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
196265
<div class="flex justify-between">
197266
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/NGDB/" >
198-
&copy; AganticDB: Building Smart Databases as Agents 2024
267+
&copy; AganticDB 2024
199268
</a>
200269
<div><div class="ananke-socials"></div>
201270
</div>

public/index.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>AganticDB: Building Smart Databases as Agents</title>
4+
<title>AganticDB: Building Smart Databases as Agents on AganticDB</title>
55
<link>http://localhost:1313/NGDB/</link>
6-
<description>Recent content on AganticDB: Building Smart Databases as Agents</description>
6+
<description>Recent content in AganticDB: Building Smart Databases as Agents on AganticDB</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate></lastBuildDate>
9+
<lastBuildDate>Wed, 06 Nov 2024 10:54:56 +0800</lastBuildDate>
1010
<atom:link href="http://localhost:1313/NGDB/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>What is AgenticDB?</title>
13+
<link>http://localhost:1313/NGDB/posts/chapter-1/</link>
14+
<pubDate>Wed, 06 Nov 2024 10:54:56 +0800</pubDate>
15+
<guid>http://localhost:1313/NGDB/posts/chapter-1/</guid>
16+
<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>
17+
</item>
1118
</channel>
1219
</rss>

0 commit comments

Comments
 (0)