mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Added links
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Building AI agents?
|
||||
description: Apply for the Qdrant for Startups program to access a 20% discount to Qdrant Cloud, our managed cloud service, perks from Hugging Face, LlamaIndex, and Airbyte, and much more.
|
||||
button:
|
||||
url: /
|
||||
url: /qdrant-for-startups/
|
||||
text: Apply Now
|
||||
image:
|
||||
src: /img/ai-agent.svg
|
||||
|
||||
@@ -8,7 +8,9 @@ title: Building AI Agents for personalized recommendations with Qdrant and n8n
|
||||
description: Learn in this video how to build an AI-powered recommendation system using Qdrant and n8n. It demonstrates how an AI agent retrieves data from Qdrant's vector database and leverages a large language model (LLM) to generate personalized recommendations based on user inputs.
|
||||
link:
|
||||
text: Watch Now
|
||||
url: /
|
||||
url: https://www.youtube.com/watch?v=O5mT8M7rqQQ
|
||||
youtube: |
|
||||
<iframe src="https://www.youtube.com/embed/O5mT8M7rqQQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ title: Building Agents with LlamaIndex & Qdrant
|
||||
description: Ready to build more advanced AI agents? Watch this webinar to learn how to use LlamaIndex and Qdrant to create intelligent agents capable of handling complex, multi-modal queries in RAG-enabled systems.
|
||||
link:
|
||||
text: Watch Now
|
||||
url: /
|
||||
url: https://www.youtube.com/watch?v=3mWIFsooibQ
|
||||
image:
|
||||
src: /img/ai-agents-webinar.svg
|
||||
alt: AI agents webinar
|
||||
|
||||
@@ -49,6 +49,10 @@ menuItems:
|
||||
name: Data Analysis & Anomaly Detection
|
||||
icon: data-analysis-anomaly-detection.svg
|
||||
url: /data-analysis-anomaly-detection/
|
||||
- id: subMenu-1-4
|
||||
name: AI Agents
|
||||
icon: rag.svg
|
||||
url: /ai-agents/
|
||||
# - id: subMenu-1-4
|
||||
# name: Qdrant for Startups
|
||||
# icon: qdrant-for-startups.svg
|
||||
|
||||
@@ -27,6 +27,15 @@
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
.video {
|
||||
max-width: none;
|
||||
margin-top: $spacer * 3;
|
||||
|
||||
iframe {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
padding-top: $spacer * 7.5;
|
||||
padding-bottom: $spacer * 7.5;
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
{{ partial "tag" . }}
|
||||
<h3 class="ai-agents-video__title">{{ .Params.title }}</h3>
|
||||
<p class="ai-agents-video__description">{{ .Params.description }}</p>
|
||||
<a class="link link_md" href="{{ .Params.link.url }}">{{ .Params.link.text }}</a>
|
||||
<a class="link link_md" href="{{ .Params.link.url }}" target="_blank">{{ .Params.link.text }}</a>
|
||||
</div>
|
||||
|
||||
<!-- <video src=""></video> -->
|
||||
{{ partial "youtube-video" .Params.youtube }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<h3 class="ai-agents-webinar__title">{{ .Params.title }}</h3>
|
||||
<p class="ai-agents-webinar__description">{{ .Params.description }}</p>
|
||||
<a class="link link_md" href="{{ .Params.link.url }}">{{ .Params.link.text }}</a>
|
||||
<a class="link link_md" href="{{ .Params.link.url }}" target="_blank">{{ .Params.link.text }}</a>
|
||||
</div>
|
||||
<div class="col-12 col-lg-7 d-flex justify-content-center justify-content-lg-end">
|
||||
<img
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<h1 class="use-cases-vector-hero__title">{{ .Params.title }}</h1>
|
||||
<p class="use-cases-vector-hero__description">{{ .Params.description }}</p>
|
||||
<div class="use-cases-vector-hero__buttons">
|
||||
<a href="{{ .Params.startFree.url }}" class="button button_contained button_lg">
|
||||
<a href="{{ .Params.startFree.url }}" class="button button_contained button_lg" target="_blank">
|
||||
{{ .Params.startFree.text }}
|
||||
</a>
|
||||
<a href="{{ .Params.learnMore.url }}" class="button button_outlined button_lg">
|
||||
|
||||
Reference in New Issue
Block a user