mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 14:08:30 +02:00
Add AI Agents blocks (#1339)
This commit is contained in:
@@ -26,4 +26,10 @@ featureCards:
|
|||||||
link:
|
link:
|
||||||
text: Learn More
|
text: Learn More
|
||||||
url: /data-analysis-anomaly-detection/
|
url: /data-analysis-anomaly-detection/
|
||||||
---
|
- id: 4
|
||||||
|
title: AI Agents
|
||||||
|
content: Unlock the full potential of your AI agents with Qdrant’s powerful vector search and scalable infrastructure, allowing them to handle complex tasks, adapt in real time, and drive smarter, data-driven outcomes across any environment.
|
||||||
|
link:
|
||||||
|
text: Learn More
|
||||||
|
url: /ai-agents/
|
||||||
|
---
|
||||||
|
|||||||
@@ -26,4 +26,10 @@ featureCards:
|
|||||||
link:
|
link:
|
||||||
text: Learn More
|
text: Learn More
|
||||||
url: /data-analysis-anomaly-detection/
|
url: /data-analysis-anomaly-detection/
|
||||||
---
|
- id: 4
|
||||||
|
title: AI Agents
|
||||||
|
content: Unlock the full potential of your AI agents with Qdrant’s powerful vector search and scalable infrastructure, allowing them to handle complex tasks, adapt in real time, and drive smarter, data-driven outcomes across any environment.
|
||||||
|
link:
|
||||||
|
text: Learn More
|
||||||
|
url: /ai-agents/
|
||||||
|
---
|
||||||
|
|||||||
@@ -41,6 +41,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $spacer * 5;
|
gap: $spacer * 5;
|
||||||
|
|
||||||
|
& > div:first-child {
|
||||||
|
.vectors__card-image {
|
||||||
|
height: pxToRem(256);
|
||||||
|
margin-bottom: -$spacer * 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__card {
|
&__card {
|
||||||
@@ -87,7 +94,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(xl) {
|
@include media-breakpoint-up(xl) {
|
||||||
|
padding-bottom: $spacer * 10;
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
padding-top: $spacer * 7.5;
|
||||||
padding-bottom: $spacer * 7.5;
|
padding-bottom: $spacer * 7.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -105,6 +115,19 @@
|
|||||||
|
|
||||||
&__cards {
|
&__cards {
|
||||||
gap: $spacer * 10;
|
gap: $spacer * 10;
|
||||||
|
|
||||||
|
& > div:first-child {
|
||||||
|
.vectors__card-image {
|
||||||
|
height: pxToRem(392);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > div:last-of-type {
|
||||||
|
.vectors__card-title {
|
||||||
|
font-size: map-get($font-sizes, 2);
|
||||||
|
line-height: pxToRem(67);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__card {
|
&__card {
|
||||||
@@ -139,16 +162,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vectors__card:first-child {
|
|
||||||
.vectors__card-image {
|
|
||||||
height: pxToRem(256);
|
|
||||||
|
|
||||||
@include media-breakpoint-up(xl) {
|
|
||||||
height: pxToRem(392);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.vectors-use-case {
|
.vectors-use-case {
|
||||||
.vectors__header {
|
.vectors__header {
|
||||||
padding-top: $spacer * 2.5;
|
padding-top: $spacer * 2.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user