Merge pull request #1305 from qdrant/create-ai-agents-page
Created AI-Agents page
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "AI Agents"
|
||||
description: "AI Agents"
|
||||
build:
|
||||
render: always
|
||||
cascade:
|
||||
- build:
|
||||
list: local
|
||||
publishResources: false
|
||||
render: never
|
||||
---
|
||||
@@ -0,0 +1,62 @@
|
||||
---
|
||||
image:
|
||||
src: /img/ai-agents-dashboard-cloud.png
|
||||
alt: Dashboard cloud
|
||||
title: AI Agents with Qdrant
|
||||
description: AI agents powered by Qdrant leverage advanced vector search to access and retrieve high-dimensional data in real-time, enabling intelligent, Agentic-RAG driven, multi-step decision-making across dynamic environments.
|
||||
cases:
|
||||
- id: 0
|
||||
title: Multimodal Data Handling
|
||||
description: Qdrant enables AI agents to process and retrieve high-dimensional vectors from diverse data types (text, images, audio), supporting more comprehensive decision-making in multimodal environments.
|
||||
- id: 1
|
||||
title: Adaptive Learning
|
||||
description: Qdrant supports continuous learning by enabling efficient vector retrieval and updates, allowing agents to learn and evolve based on real-time interactions and new data points.
|
||||
featuresTitle: Qdrant equips AI agents to adapt, learn, and collaborate efficiently.
|
||||
features:
|
||||
- id: 0
|
||||
icon:
|
||||
src: /icons/outline/precision-blue.svg
|
||||
alt: Precision
|
||||
title: Contextual Precision
|
||||
description: Qdrant’s hybrid search combines semantic vector search, lexical search, and metadata filtering, enabling AI Agents to retrieve highly relevant and contextually precise information. This enhances decision-making by allowing agents to leverage both meaning-based and keyword-based strategies, ensuring accuracy and relevance for complex queries in dynamic environments.
|
||||
link:
|
||||
text: Hybrid Search
|
||||
url: /articles/hybrid-search/
|
||||
- id: 1
|
||||
icon:
|
||||
src: /icons/outline/multitenancy-blue.svg
|
||||
alt: Multitenancy
|
||||
title: Multi-Agent Systems
|
||||
description: Qdrant’s scalability and multitenancy ensures that multiple agents can collaborate in distributed systems, enabling seamless coordination and communication - key for Agentic RAG workflows.
|
||||
link:
|
||||
text: Multitenancy
|
||||
url: /articles/multitenancy/
|
||||
- id: 2
|
||||
icon:
|
||||
src: /icons/outline/time-blue.svg
|
||||
alt: Time
|
||||
title: Real Time Decision Making
|
||||
description: Qdrant’s real-time, advanced vector search enables AI agents to act instantly on live data, which is crucial for time-sensitive, autonomous decision-making.
|
||||
link:
|
||||
text: HNSW
|
||||
url: /articles/filtrable-hnsw/
|
||||
- id: 3
|
||||
icon:
|
||||
src: /icons/outline/server-rack-blue.svg
|
||||
alt: Server rack
|
||||
title: Optimized CPU Performance for Embedding Processing
|
||||
description: Qdrant’s architecture is optimized for high-throughput embedding processing, minimizing CPU load and preventing performance bottlenecks. This enables AI agents in Agentic RAG workflows to execute complex, multi-step tasks efficiently, ensuring smooth operation even at scale.
|
||||
link:
|
||||
text: Distributed Deployment
|
||||
url: /documentation/guides/distributed_deployment/
|
||||
- id: 4
|
||||
icon:
|
||||
src: /icons/outline/speedometer-blue.svg
|
||||
alt: Speedometer
|
||||
title: Semantic Cache for Rapid Query Handling
|
||||
description: Qdrant enhances AI agent efficiency with semantic caching, which preserves results of queries based on semantic equivalence rather than exact matches. This method reduces query processing times and system load by reusing previously computed answers, essential for high-throughput AI applications.
|
||||
link:
|
||||
text: Semantic Cache
|
||||
url: /articles/semantic-cache-ai-data-retrieval/
|
||||
sitemapExclude: true
|
||||
---
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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: /qdrant-for-startups/
|
||||
text: Apply Now
|
||||
image:
|
||||
src: /img/ai-agent.svg
|
||||
alt: AI agent
|
||||
sitemapExclude: true
|
||||
---
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: AI Agents
|
||||
description: 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.
|
||||
startFree:
|
||||
text: Get Started
|
||||
url: https://cloud.qdrant.io/
|
||||
learnMore:
|
||||
text: Learn More
|
||||
url: "#ai-agents"
|
||||
image:
|
||||
src: /img/vectors/vector-4.svg
|
||||
alt: AI agents chat
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: Qdrant integrates with the leading AI Agent frameworks
|
||||
integrations:
|
||||
- id: 0
|
||||
icon:
|
||||
src: /img/integrations/integration-lang-graph.svg
|
||||
alt: LangGraph logo
|
||||
title: LangGraph
|
||||
description: Framework for managing multi-LLM workflows with structured graphs for AI agents.
|
||||
url: /documentation/frameworks/langgraph/
|
||||
- id: 1
|
||||
icon:
|
||||
src: /img/integrations/integration-open-ai.svg
|
||||
alt: Open AI logo
|
||||
title: Swarm
|
||||
description: Decentralized platform enabling collaboration among AI agents for task completion.
|
||||
url: /documentation/frameworks/swarm/
|
||||
- id: 2
|
||||
icon:
|
||||
src: /img/integrations/integration-crew-ai.svg
|
||||
alt: Crew AI logo
|
||||
title: CrewAI
|
||||
description: Team-based AI agent collaboration system orchestrating multi-agent workflows efficiently.
|
||||
url: /documentation/frameworks/crewai/
|
||||
- id: 3
|
||||
icon:
|
||||
src: /img/integrations/integration-auto-gen.svg
|
||||
alt: AutoGen logo
|
||||
title: AutoGen
|
||||
description: Automation tool for generating AI agent workflows and automating complex tasks.
|
||||
url: /documentation/frameworks/autogen/
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Learn how to get started with Qdrant for your AI Agent use case
|
||||
features:
|
||||
- id: 0
|
||||
image:
|
||||
src: /img/ai-agents-use-cases/comparing-ai-agent-frameworks.svg
|
||||
srcMobile: /img/ai-agents-use-cases/comparing-ai-agent-frameworks.svg
|
||||
alt: Comparing AI agent frameworks
|
||||
title: "Comparing AI Agent Frameworks: LangGraph, CrewAI, Swarm, and AutoGen"
|
||||
description: This guide offers a comparison of key AI agent frameworks, highlighting their strengths and ideal use cases for developers.
|
||||
link:
|
||||
text: View Guide
|
||||
url: /articles/agentic-rag/
|
||||
- id: 1
|
||||
image:
|
||||
src: /img/ai-agents-use-cases/open-ai-agents.svg
|
||||
srcMobile: /img/ai-agents-use-cases/open-ai-agents.svg
|
||||
alt: Open AI agents
|
||||
title: Building OpenAI Swarm Agents with Qdrant
|
||||
description: Learn how to build OpenAI Swarm agents using Qdrant for fast, scalable vector search and real-time actions.
|
||||
link:
|
||||
text: Read the Docs
|
||||
url: /documentation/frameworks/swarm/
|
||||
- id: 2
|
||||
image:
|
||||
src: /img/ai-agents-use-cases/ai-scheduler.svg
|
||||
srcMobile: /img/ai-agents-use-cases/ai-scheduler.svg
|
||||
alt: AI scheduler
|
||||
title: Building an AI Scheduler with Zoom, CrewAI, and Qdrant
|
||||
description: Learn how to build an AI meeting scheduler with Zoom, LlamaIndex, and Qdrant, featuring a hands-on RAG recommendation engine code sample.
|
||||
link:
|
||||
text: View Tutorial
|
||||
url: /documentation/agentic-rag-crewai-zoom/
|
||||
caseStudy:
|
||||
logo:
|
||||
src: /img/ai-agents-use-cases/customer-logo.svg
|
||||
alt: Logo
|
||||
title: "QA.tech Case Study: AI Agents for Web Testing"
|
||||
description: QA.tech enhanced web app testing by deploying AI agents that mimic user interactions. To handle high-speed actions and make real-time decisions, they integrated Qdrant for scalable vector search, allowing for faster and more efficient data proc...
|
||||
link:
|
||||
text: Read Case Study
|
||||
url: /blog/case-study-qatech/
|
||||
image:
|
||||
src: /img/ai-agents-use-cases/case-study.png
|
||||
alt: Preview
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
tag:
|
||||
title: On-demand Webinar
|
||||
icon:
|
||||
src: /icons/outline/training-purple.svg
|
||||
alt: Training
|
||||
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: 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
|
||||
---
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tag:
|
||||
title: On-demand Webinar
|
||||
icon:
|
||||
src: /icons/outline/training-purple.svg
|
||||
alt: Training
|
||||
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: https://www.youtube.com/watch?v=3mWIFsooibQ
|
||||
image:
|
||||
src: /img/ai-agents-webinar.svg
|
||||
alt: AI agents webinar
|
||||
sitemapExclude: true
|
||||
---
|
||||
|
||||
@@ -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: ai-agents.svg
|
||||
url: /ai-agents/
|
||||
# - id: subMenu-1-4
|
||||
# name: Qdrant for Startups
|
||||
# icon: qdrant-for-startups.svg
|
||||
|
||||
@@ -60,11 +60,11 @@
|
||||
@import 'partials/use-cases-vector-get-started';
|
||||
@import 'partials/use-cases-vector-features';
|
||||
@import 'partials/use-cases-vector-cases';
|
||||
@import 'partials/use-cases-vector-integrations';
|
||||
@import 'partials/case-study';
|
||||
@import 'partials/advanced-search-use-cases';
|
||||
@import 'partials/recommendations-api';
|
||||
@import 'partials/retrieval-augmented-generation-guide';
|
||||
@import 'partials/retrieval-augmented-generation-integrations';
|
||||
@import 'partials/retrieval-augmented-generation-evaluation';
|
||||
@import 'partials/data-analysis-anomaly-detection';
|
||||
@import 'partials/share-buttons';
|
||||
@@ -107,3 +107,7 @@
|
||||
@import 'partials/rag-evaluation-guide-features';
|
||||
@import 'partials/progress-bar';
|
||||
@import 'partials/table-of-contents';
|
||||
@import 'partials/ai-agents-webinar';
|
||||
@import 'partials/ai-agents-get-started';
|
||||
@import 'partials/ai-agents-video';
|
||||
@import 'partials/tag';
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
@use '../mixins/get-started-small' as get-started-small;
|
||||
|
||||
.ai-agents-get-started {
|
||||
@include get-started-small.base(
|
||||
$spacer * 5,
|
||||
$spacer * 4,
|
||||
$spacer * 3.5,
|
||||
$spacer * 2.5,
|
||||
$neutral-94,
|
||||
url('/img/stars-pattern.png') $neutral-10,
|
||||
url('/img/stars-pattern.png') $neutral-10
|
||||
);
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
&__title,
|
||||
&__description,
|
||||
.button {
|
||||
margin-left: $spacer * 4;
|
||||
}
|
||||
|
||||
&__text {
|
||||
padding-top: $spacer * 2.5;
|
||||
padding-bottom: $spacer * 2.5;
|
||||
}
|
||||
|
||||
&__image {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
@use '../helpers/functions' as *;
|
||||
|
||||
.ai-agents-video {
|
||||
padding-top: $spacer * 4;
|
||||
padding-bottom: $spacer * 4;
|
||||
background-color: $neutral-94;
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
max-width: pxToRem(920);
|
||||
margin: 0 auto;
|
||||
gap: $spacer * 1.5;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-bottom: 0;
|
||||
font-size: $spacer * 2;
|
||||
line-height: pxToRem(40);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&__description {
|
||||
margin-bottom: 0;
|
||||
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;
|
||||
|
||||
&__title {
|
||||
font-size: $spacer * 2.5;
|
||||
line-height: pxToRem(50);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
@use '../helpers/functions' as *;
|
||||
|
||||
.ai-agents-webinar {
|
||||
padding-top: $spacer * 4;
|
||||
padding-bottom: $spacer * 4;
|
||||
background-color: $neutral-94;
|
||||
|
||||
.tag {
|
||||
margin-bottom: $spacer * 1.5;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin-bottom: $spacer * 1.5;
|
||||
font-size: $spacer * 2;
|
||||
line-height: pxToRem(40);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&__description {
|
||||
margin-bottom: $spacer * 1.5;
|
||||
font-size: pxToRem(18);
|
||||
line-height: pxToRem(27);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&__image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: pxToRem(580);
|
||||
margin: $spacer * 2.5 -1% -7% -4%;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
padding-top: $spacer * 7.5;
|
||||
padding-bottom: $spacer * 7.5;
|
||||
|
||||
&__image {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
@use '../helpers/functions' as *;
|
||||
|
||||
.tag {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: pxToRem(12);
|
||||
width: fit-content;
|
||||
padding: $spacer * 0.5 $spacer;
|
||||
background-color: $secondary-violet-30;
|
||||
border-radius: $spacer * 2.5;
|
||||
|
||||
&_image {
|
||||
height: $spacer;
|
||||
width: $spacer;
|
||||
}
|
||||
|
||||
&_title {
|
||||
color: $secondary-violet-90;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@@ -21,7 +21,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
margin: 0 auto;
|
||||
padding: $spacer * 2;
|
||||
max-width: pxToRem(540);
|
||||
|
||||
&-image {
|
||||
display: none;
|
||||
@@ -44,6 +46,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.ai-agents-use-cases {
|
||||
.use-cases-vector-cases__card {
|
||||
&-title {
|
||||
font-size: pxToRem(20);
|
||||
line-height: pxToRem(30);
|
||||
}
|
||||
|
||||
&-description {
|
||||
font-size: $spacer;
|
||||
line-height: $spacer * 1.5;
|
||||
}
|
||||
|
||||
&-link {
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-top: $spacer * 5;
|
||||
padding-bottom: $spacer * 5;
|
||||
@@ -70,5 +90,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.ai-agents-use-cases {
|
||||
.use-cases-vector-cases__title {
|
||||
font-size: $spacer * 3.5;
|
||||
line-height: pxToRem(67);
|
||||
}
|
||||
|
||||
.use-cases-vector-cases__cards {
|
||||
margin-bottom: $spacer * 5;
|
||||
}
|
||||
|
||||
.use-cases-vector-cases__card {
|
||||
min-height: pxToRem(518);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,15 @@
|
||||
padding-bottom: $spacer * 4;
|
||||
background-color: $neutral-94;
|
||||
|
||||
&__feature-title {
|
||||
max-width: pxToRem(730);
|
||||
margin: $spacer * 3.5 auto;
|
||||
text-align: center;
|
||||
font-size: $spacer * 2;
|
||||
line-height: pxToRem(38);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-size: $spacer * 2;
|
||||
line-height: pxToRem(38);
|
||||
@@ -21,7 +30,48 @@
|
||||
margin-bottom: $spacer * 2.5;
|
||||
}
|
||||
|
||||
&__cases {
|
||||
&-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: pxToRem(506);
|
||||
margin: 0 auto $spacer * 2.5;
|
||||
}
|
||||
|
||||
&-title {
|
||||
margin-bottom: $spacer;
|
||||
font-size: $spacer * 2;
|
||||
line-height: pxToRem(38);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&-description {
|
||||
margin-bottom: 0;
|
||||
color: $neutral-30;
|
||||
}
|
||||
|
||||
&-item {
|
||||
margin-top: $spacer * 2.5;
|
||||
padding-left: $spacer * 1.5;
|
||||
border-left: pxToRem(2) solid $neutral-80;
|
||||
|
||||
&-title {
|
||||
margin-bottom: $spacer * 0.5;
|
||||
font-size: pxToRem(18);
|
||||
line-height: pxToRem(27);
|
||||
color: $neutral-20;
|
||||
}
|
||||
|
||||
&-description {
|
||||
margin-bottom: 0;
|
||||
color: $neutral-30;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__card {
|
||||
justify-content: flex-start;
|
||||
|
||||
&-icon {
|
||||
height: $spacer * 1.5;
|
||||
width: $spacer * 1.5;
|
||||
@@ -60,6 +110,12 @@
|
||||
padding-top: $spacer * 7.5;
|
||||
padding-bottom: $spacer * 7.5;
|
||||
|
||||
&__feature-title {
|
||||
margin: $spacer * 5 auto;
|
||||
font-size: $spacer * 2.5;
|
||||
line-height: pxToRem(50);
|
||||
}
|
||||
|
||||
&__header {
|
||||
margin-bottom: $spacer * 5;
|
||||
}
|
||||
@@ -75,5 +131,17 @@
|
||||
font-size: pxToRem(18);
|
||||
line-height: pxToRem(27);
|
||||
}
|
||||
|
||||
&__cases {
|
||||
&-image {
|
||||
max-width: 94%;
|
||||
margin: 0 auto 0 0;
|
||||
}
|
||||
|
||||
&-title {
|
||||
font-size: $spacer * 3;
|
||||
line-height: pxToRem(58);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@use '../helpers/functions' as *;
|
||||
|
||||
.retrieval-augmented-generation-integrations {
|
||||
.use-cases-vector-integrations {
|
||||
position: relative;
|
||||
padding-top: $spacer * 4;
|
||||
padding-bottom: $spacer * 4;
|
||||
@@ -42,6 +42,11 @@
|
||||
color: $neutral-70;
|
||||
}
|
||||
}
|
||||
a.use-cases-vector-integrations__card:hover {
|
||||
.use-cases-vector-integrations__card-title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-top: $spacer * 7.5;
|
||||
@@ -0,0 +1,26 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "site-header" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-hero") }}
|
||||
{{ partial "use-cases-vector-hero" . }}
|
||||
{{ end }}
|
||||
|
||||
<div id="ai-agents"></div>
|
||||
{{ partial "ai-agents-features" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-integrations") }}
|
||||
{{ partial "use-cases-vector-integrations" (dict "context" . "class" "ai-agents-integrations") }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "ai-agents-webinar" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-use-cases") }}
|
||||
{{ partial "use-cases-vector-cases" (dict "context" . "class" "ai-agents-use-cases") }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "ai-agents-video" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-get-started") }}
|
||||
{{ partial "get-started-small" (dict "context" . "class" "ai-agents-get-started") }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@@ -0,0 +1 @@
|
||||
{{ define "main" }}{{ end }}
|
||||
@@ -0,0 +1,42 @@
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-features") }}
|
||||
<section class="use-cases-vector-features">
|
||||
<div class="container">
|
||||
<div class="use-cases-vector-features__cases row">
|
||||
<div class="col-12 col-lg-6">
|
||||
<img
|
||||
class="use-cases-vector-features__cases-image"
|
||||
src="{{ .Params.image.src }}"
|
||||
alt="{{ .Params.image.alt }}"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-12 col-lg-6">
|
||||
<h3 class="use-cases-vector-features__cases-title">{{ .Params.title }}</h3>
|
||||
<p class="use-cases-vector-features__cases-description">{{ .Params.description }}</p>
|
||||
{{ range .Params.cases }}
|
||||
<div class="use-cases-vector-features__cases-item">
|
||||
<h6 class="use-cases-vector-features__cases-item-title">{{ .title }}</h6>
|
||||
<p class="use-cases-vector-features__cases-item-description">{{ .description }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="use-cases-vector-features__feature-title">{{ .Params.featuresTitle }}</h3>
|
||||
|
||||
<div class="row g-4 gy-md-3">
|
||||
{{ range $index, $element := .Params.features }}
|
||||
<div class="col-12 col-md-6 {{ if or (eq $index 3) (eq $index 4) }}col-xl-6{{ else }}col-xl-4{{ end }}">
|
||||
<div class="card use-cases-vector-features__card">
|
||||
<img class="use-cases-vector-features__card-icon" src="{{ .icon.src }}" alt="{{ .icon.alt }}" />
|
||||
<h6 class="use-cases-vector-features__card-title">{{ .title }}</h6>
|
||||
<p class="use-cases-vector-features__card-description">{{ .description }}</p>
|
||||
<a class="use-cases-vector-features__card-link link link_md align-self-start" href="{{ .link.url }}">
|
||||
{{ .link.text }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,14 @@
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-video") }}
|
||||
<section class="ai-agents-video">
|
||||
<div class="container">
|
||||
<div class="ai-agents-video__content">
|
||||
{{ 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 }}" target="_blank">{{ .Params.link.text }}</a>
|
||||
</div>
|
||||
|
||||
{{ partial "youtube-video" .Params.youtube }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,22 @@
|
||||
{{ with (.Site.GetPage "/ai-agents/ai-agents-webinar") }}
|
||||
<section class="ai-agents-webinar">
|
||||
<div class="container">
|
||||
<div class="align-items-center row">
|
||||
<div class="col-12 col-lg-5">
|
||||
{{ partial "tag" . }}
|
||||
|
||||
<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 }}" target="_blank">{{ .Params.link.text }}</a>
|
||||
</div>
|
||||
<div class="col-12 col-lg-7 d-flex justify-content-center justify-content-lg-end">
|
||||
<img
|
||||
class="ai-agents-webinar__image"
|
||||
src="{{ .Params.image.src }}"
|
||||
alt="{{ .Params.image.alt }}"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -1,25 +0,0 @@
|
||||
{{ with (.Site.GetPage "/retrieval-augmented-generation/retrieval-augmented-generation-integrations") }}
|
||||
<section class="retrieval-augmented-generation-integrations">
|
||||
<div class="container">
|
||||
<h4 class="retrieval-augmented-generation-integrations__title">{{ .Params.title }}</h4>
|
||||
<div class="row g-4 g-lg-5">
|
||||
{{ range .Params.integrations }}
|
||||
<div class="col-12 col-md-6 col-xl-4">
|
||||
<div class="retrieval-augmented-generation-integrations__card">
|
||||
<img
|
||||
class="retrieval-augmented-generation-integrations__card-icon"
|
||||
src="{{ .icon.src }}"
|
||||
alt="{{ .icon.alt }}"
|
||||
/>
|
||||
<div class="retrieval-augmented-generation-integrations__card-info">
|
||||
<h6 class="retrieval-augmented-generation-integrations__card-title">{{ .title }}</h6>
|
||||
<p class="retrieval-augmented-generation-integrations__card-description">{{ .description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "top-and-bottom-overlay" (dict "context" . "class" "retrieval-augmented-generation-integrations") }}
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="tag">
|
||||
<img class="tag_image" src="{{ .Params.tag.icon.src }}" alt="{{ .Params.tag.icon.alt }}">
|
||||
<p class="tag_title">{{ .Params.tag.title }}</p>
|
||||
</div>
|
||||
@@ -1,9 +1,10 @@
|
||||
<section class="use-cases-vector-cases">
|
||||
{{ $class := .class }}
|
||||
<section class="use-cases-vector-cases {{ $class }}">
|
||||
<div class="container">
|
||||
<h3 class="use-cases-vector-cases__title">{{ .Params.title }}</h3>
|
||||
<h3 class="use-cases-vector-cases__title">{{ .context.Params.title }}</h3>
|
||||
<div class="use-cases-vector-cases__cards row g-4">
|
||||
{{ range .Params.features }}
|
||||
<div class="col-12 col-md-6">
|
||||
{{ range .context.Params.features }}
|
||||
<div class="col-12 {{ if eq $class "ai-agents-use-cases" }}col-xl-4{{ else }}col-md-6{{ end }}">
|
||||
<div class="card use-cases-vector-cases__card">
|
||||
<img class="use-cases-vector-cases__card-image" src="{{ .image.src }}" alt="{{ .image.alt }}" />
|
||||
<img
|
||||
@@ -20,6 +21,6 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "case-study" . }}
|
||||
{{ partial "case-study" .context }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{{ $class := .class }}
|
||||
<section class="use-cases-vector-integrations {{ $class }}">
|
||||
<div class="container">
|
||||
<h4 class="use-cases-vector-integrations__title">{{ .context.Params.title }}</h4>
|
||||
<div class="row g-4 g-lg-5 {{ if eq $class "ai-agents-integrations" }}justify-content-center{{ end }}">
|
||||
{{ range .context.Params.integrations }}
|
||||
<div class="col-12 col-md-6 {{ if eq $class "ai-agents-integrations" }}col-xl-5{{ else }}col-xl-4{{ end }}">
|
||||
{{ if .url }}
|
||||
<a class="use-cases-vector-integrations__card" href="{{ .url }}">
|
||||
<img
|
||||
class="use-cases-vector-integrations__card-icon"
|
||||
src="{{ .icon.src }}"
|
||||
alt="{{ .icon.alt }}"
|
||||
/>
|
||||
<div class="use-cases-vector-integrations__card-info">
|
||||
<h6 class="use-cases-vector-integrations__card-title">{{ .title }}</h6>
|
||||
<p class="use-cases-vector-integrations__card-description">{{ .description }}</p>
|
||||
</div>
|
||||
</a>
|
||||
{{ else }}
|
||||
<div class="use-cases-vector-integrations__card">
|
||||
<img
|
||||
class="use-cases-vector-integrations__card-icon"
|
||||
src="{{ .icon.src }}"
|
||||
alt="{{ .icon.alt }}"
|
||||
/>
|
||||
<div class="use-cases-vector-integrations__card-info">
|
||||
<h6 class="use-cases-vector-integrations__card-title">{{ .title }}</h6>
|
||||
<p class="use-cases-vector-integrations__card-description">{{ .description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "top-and-bottom-overlay" (dict "context" . "class" "use-cases-vector-integrations") }}
|
||||
</section>
|
||||
@@ -9,7 +9,7 @@
|
||||
{{ partial "recommendations-api" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/recommendations/recommendations-use-cases") }}
|
||||
{{ partial "use-cases-vector-cases" . }}
|
||||
{{ partial "use-cases-vector-cases" (dict "context" . "class" "recommendations-use-cases") }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
@@ -5,11 +5,15 @@
|
||||
{{ end }}
|
||||
|
||||
{{ partial "retrieval-augmented-generation-features" . }}
|
||||
{{ partial "retrieval-augmented-generation-integrations" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/retrieval-augmented-generation/retrieval-augmented-generation-integrations") }}
|
||||
{{ partial "use-cases-vector-integrations" (dict "context" . "class" "rag-integrations") }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "retrieval-augmented-generation-evaluation" . }}
|
||||
|
||||
{{ with (.Site.GetPage "/retrieval-augmented-generation/retrieval-augmented-generation-use-cases") }}
|
||||
{{ partial "use-cases-vector-cases" . }}
|
||||
{{ partial "use-cases-vector-cases" (dict "context" . "class" "rag-use-cases") }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "retrieval-augmented-generation-guide" . }}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21.7145 9.37369C20.5481 5.12311 16.6566 2 12.0357 2C6.49312 2 2 6.49312 2 12.0357C2 16.6243 5.07959 20.4936 9.2847 21.6896M17.0535 8.70604C15.9748 7.08358 14.1301 6.01427 12.0357 6.01427C8.71014 6.01427 6.01427 8.71014 6.01427 12.0357C6.01427 14.1301 7.08358 15.9748 8.70604 17.0535M12.0357 12.0357L20.3147 13.2184L18.0971 15.436L22 19.3389L19.3389 22L15.4361 18.0971L13.2184 20.3147L12.0357 12.0357Z" stroke="#2F6FF0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 598 B |
@@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.33333 2.66659C3.15652 2.66659 2.98695 2.73682 2.86193 2.86185C2.7369 2.98687 2.66667 3.15644 2.66667 3.33325V8.66659C2.66667 9.03478 2.36819 9.33325 2 9.33325C1.63181 9.33325 1.33333 9.03478 1.33333 8.66659V3.33325C1.33333 2.80282 1.54405 2.29411 1.91912 1.91904C2.29419 1.54397 2.8029 1.33325 3.33333 1.33325H12.6667C13.1971 1.33325 13.7058 1.54397 14.0809 1.91904C14.456 2.29411 14.6667 2.80282 14.6667 3.33325V8.66659C14.6667 9.03478 14.3682 9.33325 14 9.33325C13.6318 9.33325 13.3333 9.03478 13.3333 8.66659V3.33325C13.3333 3.15644 13.2631 2.98687 13.1381 2.86185C13.013 2.73682 12.8435 2.66659 12.6667 2.66659H3.33333ZM0.195262 10.8618C0.320286 10.7368 0.489856 10.6666 0.666667 10.6666H15.3333C15.7015 10.6666 16 10.9651 16 11.3333C16 12.2173 15.6488 13.0652 15.0237 13.6903C14.3986 14.3154 13.5507 14.6666 12.6667 14.6666H3.33333C2.44928 14.6666 1.60143 14.3154 0.976311 13.6903C0.35119 13.0652 0 12.2173 0 11.3333C0 11.1564 0.0702379 10.9869 0.195262 10.8618ZM1.44771 11.9999C1.54622 12.2785 1.70618 12.5345 1.91912 12.7475C2.29419 13.1225 2.8029 13.3333 3.33333 13.3333H12.6667C13.1971 13.3333 13.7058 13.1225 14.0809 12.7475C14.2938 12.5345 14.4538 12.2785 14.5523 11.9999H1.44771ZM10 6.66659L6.66667 8.66659V4.66659L10 6.66659Z" fill="#EADDFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,99 @@
|
||||
<svg width="300" height="211" viewBox="0 0 300 211" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M37.8755 130.066L34 132.312V136.802L37.8755 139.048L41.751 136.802V132.312L37.8755 130.066Z" fill="#8547FF"/>
|
||||
<path d="M50.7404 72.807L49.5877 77.135L52.763 80.3104L57.0911 79.1577L58.2438 74.8296L55.0684 71.6543L50.7404 72.807Z" fill="#038585"/>
|
||||
<path d="M235.74 85.807L234.588 90.135L237.763 93.3104L242.091 92.1577L243.244 87.8296L240.068 84.6543L235.74 85.807Z" fill="#2F6FF0"/>
|
||||
<path d="M252.74 141.807L251.588 146.135L254.763 149.31L259.091 148.158L260.244 143.83L257.068 140.654L252.74 141.807Z" fill="#DC244C"/>
|
||||
<path opacity="0.5" d="M150 175.066C169.882 175.066 186 172.604 186 169.566C186 166.529 169.882 164.066 150 164.066C130.118 164.066 114 166.529 114 169.566C114 172.604 130.118 175.066 150 175.066Z" fill="#3D4866"/>
|
||||
<path d="M171.984 104.312C172.196 107.211 174.26 107.435 176.572 112.935C179.526 119.961 180.251 126.788 181.836 134.295C183.812 143.663 189.355 144.329 191.842 143.819C196.323 142.898 198.387 137.539 197.172 131.777C192.683 110.513 184.179 100.456 175.964 100.534C174.434 100.548 171.777 101.487 171.984 104.312Z" fill="url(#paint0_linear_6856_13034)"/>
|
||||
<path d="M128.531 104.397C128.319 107.296 126.254 107.52 123.943 113.02C121.478 118.885 120.565 124.61 119.408 130.71C119.18 131.917 118.941 133.14 118.679 134.38C116.703 143.748 111.16 144.414 108.673 143.903C104.192 142.983 102.128 137.623 103.344 131.861C107.347 112.894 114.548 102.843 121.887 100.949C122.775 100.721 123.665 100.61 124.552 100.619C126.082 100.633 128.738 101.572 128.532 104.397L128.531 104.397Z" fill="url(#paint1_linear_6856_13034)"/>
|
||||
<path d="M180.848 112.17C180.848 117.354 180.366 122.101 179.472 126.39C179.382 126.828 179.287 127.26 179.187 127.688C175.101 145.241 163.929 154.745 150.79 154.745C137.651 154.745 126.48 145.241 122.394 127.688C122.294 127.26 122.197 126.828 122.108 126.39C121.214 122.101 120.732 117.354 120.732 112.17C120.732 100.637 132.794 93.2461 150.79 93.2461C168.786 93.2461 180.848 100.637 180.848 112.17Z" fill="url(#paint2_linear_6856_13034)"/>
|
||||
<path d="M138.562 89.6694V96.8917C138.562 100.721 144.037 103.825 150.79 103.825C157.543 103.825 163.018 100.721 163.018 96.8917V89.6694H138.562Z" fill="url(#paint3_linear_6856_13034)"/>
|
||||
<path d="M168.473 129.622C172.716 128.664 176.754 127.353 179.473 126.39C179.383 126.827 179.287 127.26 179.187 127.687C176.313 128.686 172.256 129.966 168.052 130.872L168.473 129.622Z" fill="url(#paint4_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M168.47 129.622C168.337 130.043 168.197 130.459 168.05 130.872C167.129 131.072 166.2 131.253 165.275 131.409V134.79L164.836 134.89C164.772 134.905 158.394 136.34 150.788 136.34C143.182 136.34 136.804 134.905 136.74 134.89L136.301 134.79V131.409C131.157 130.539 125.895 128.905 122.391 127.687C122.291 127.26 122.195 126.827 122.105 126.39C125.64 127.642 131.406 129.484 136.955 130.37L137.431 130.445V133.88C138.983 134.196 144.45 135.209 150.788 135.209C157.126 135.209 162.594 134.197 164.145 133.88V130.445L164.621 130.37C165.902 130.165 167.196 129.911 168.47 129.622Z" fill="url(#paint5_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M163.336 48.7929C163.336 53.8949 157.546 58.0301 150.404 58.0301C143.263 58.0301 137.473 53.8942 137.473 48.7929C137.473 43.6916 137.473 39.5557 150.405 39.5557C163.337 39.5557 163.337 43.6916 163.337 48.7929H163.336Z" fill="url(#paint6_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M184.582 77.4274L186.524 77.1443C189.658 76.687 191.972 74.1311 191.972 71.1258V65.2552C191.972 62.2499 189.659 59.694 186.524 59.2367L184.582 58.9536V77.428V77.4274Z" fill="url(#paint7_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M115.304 77.4274L113.362 77.1443C110.228 76.687 107.914 74.1311 107.914 71.1258V65.2552C107.914 62.2499 110.227 59.694 113.362 59.2367L115.304 58.9536V77.428V77.4274Z" fill="url(#paint8_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M115.305 78.6182C115.305 82.9533 117.689 86.942 121.521 89.004C126.392 91.6254 135.049 94.0553 150.406 94.0553C165.764 94.0553 174.42 91.6254 179.291 89.004C183.123 86.942 185.508 82.9526 185.508 78.6182V59.6114C185.508 55.2763 183.123 51.2876 179.291 49.2256C174.42 46.6042 165.763 44.1743 150.406 44.1743C135.049 44.1743 126.392 46.6042 121.521 49.2256C117.689 51.2876 115.305 55.277 115.305 59.6114V78.6182Z" fill="url(#paint9_linear_6856_13034)"/>
|
||||
<path d="M150.408 90.3604C135.059 90.3604 127.18 87.8683 123.274 85.7775C120.638 84.3677 119.002 81.6473 119.002 78.6783V64.1698C119.002 61.2009 120.639 58.4805 123.274 57.0706C127.18 54.9798 135.06 52.4878 150.408 52.4878C165.757 52.4878 173.636 54.9798 177.543 57.0706C180.179 58.4805 181.815 61.2009 181.815 64.1698V78.6783C181.815 81.6473 180.178 84.3677 177.543 85.7775C173.637 87.8683 165.757 90.3604 150.408 90.3604Z" fill="url(#paint10_linear_6856_13034)"/>
|
||||
<path d="M140.245 71.597C140.245 75.0088 137.557 73.311 134.241 73.311C130.924 73.311 128.236 75.0088 128.236 71.597C128.236 68.1853 130.924 65.4199 134.241 65.4199C137.557 65.4199 140.245 68.1853 140.245 71.597Z" fill="url(#paint11_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M166.571 73.3112C167.338 73.3112 168.071 73.4018 168.746 73.4992C170.986 73.8231 172.575 74.2185 172.575 71.5964C172.527 69.6057 171.26 65.5834 166.571 65.4199C163.254 65.4199 160.566 68.186 160.566 71.5972C160.566 75.0084 163.254 73.3112 166.571 73.3112Z" fill="url(#paint12_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M155.024 79.7374C155.024 80.6303 154.559 81.4384 153.807 82.0235C153.054 82.6086 152.016 82.9708 150.868 82.9708C148.572 82.9708 146.711 81.5233 146.711 79.7374C146.711 79.6103 146.777 79.4942 146.885 79.411C146.992 79.3273 147.141 79.2759 147.304 79.2759H154.43C154.758 79.2759 155.024 79.4827 155.024 79.738V79.7374Z" fill="url(#paint13_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<path d="M242.359 33.0894H209.608C205.388 33.0894 201.967 36.2721 201.967 40.1983V71.702C201.967 73.3409 203.352 74.195 205.251 73.4548L215.659 69.6497H242.359C246.579 69.6497 250 66.4669 250 62.5407V40.1983C250 36.2721 246.579 33.0894 242.359 33.0894Z" fill="url(#paint14_linear_6856_13034)" fill-opacity="0.8"/>
|
||||
<rect x="209.357" y="57.106" width="24.0168" height="3.69489" rx="1.84744" fill="url(#paint15_linear_6856_13034)"/>
|
||||
<rect x="209.357" y="49.7163" width="33.254" height="3.69489" rx="1.84744" fill="url(#paint16_linear_6856_13034)"/>
|
||||
<rect x="209.357" y="42.3267" width="33.254" height="3.69489" rx="1.84744" fill="url(#paint17_linear_6856_13034)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_6856_13034" x1="184.744" y1="100.533" x2="184.744" y2="143.944" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_6856_13034" x1="115.772" y1="100.619" x2="115.772" y2="144.028" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_6856_13034" x1="150.796" y1="110.273" x2="150.796" y2="154.745" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2567EB"/>
|
||||
<stop offset="1" stop-color="#779CE6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_6856_13034" x1="150.79" y1="89.6694" x2="150.79" y2="103.825" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#81A7F3"/>
|
||||
<stop offset="1" stop-color="#D0D0FB"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_6856_13034" x1="152.028" y1="126.862" x2="151.784" y2="132.448" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_6856_13034" x1="152.028" y1="126.862" x2="151.784" y2="132.448" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_6856_13034" x1="150.963" y1="40.4325" x2="149.15" y2="50.4976" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_6856_13034" x1="188.437" y1="59.8304" x2="183.748" y2="67.2664" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_6856_13034" x1="111.769" y1="59.8304" x2="107.08" y2="67.2664" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_6856_13034" x1="150.406" y1="57.9846" x2="150.406" y2="94.0553" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#779CE6"/>
|
||||
<stop offset="1" stop-color="#2567EB"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_6856_13034" x1="150.408" y1="52.4878" x2="150.408" y2="90.3604" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_6856_13034" x1="134.5" y1="65.8145" x2="133.708" y2="70.3524" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_6856_13034" x1="166.83" y1="65.8145" x2="166.038" y2="70.3524" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_6856_13034" x1="151.047" y1="79.4512" x2="150.817" y2="81.5038" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_6856_13034" x1="227.021" y1="35.0179" x2="222.357" y2="56.8794" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2861D3"/>
|
||||
<stop offset="1" stop-color="#7335F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_6856_13034" x1="221.366" y1="57.106" x2="221.366" y2="60.8008" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_6856_13034" x1="225.984" y1="49.7163" x2="225.984" y2="53.4112" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_6856_13034" x1="225.984" y1="42.3267" x2="225.984" y2="46.0215" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0D0FB"/>
|
||||
<stop offset="1" stop-color="#81A7F3"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 458 KiB |
@@ -0,0 +1,156 @@
|
||||
<svg width="286" height="144" viewBox="0 0 286 144" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="286" height="144" rx="8" fill="#E1E5F0"/>
|
||||
<g clip-path="url(#clip0_6693_34583)">
|
||||
<rect x="93" y="34.8333" width="100" height="73.3333" rx="5.65401" fill="#F0F3FA"/>
|
||||
<rect width="100" height="12" transform="translate(93 34.8333)" fill="url(#paint0_linear_6693_34583)"/>
|
||||
<rect x="99" y="56.5" width="10" height="10" rx="0.833333" fill="url(#paint1_linear_6693_34583)"/>
|
||||
<rect x="118.5" y="56.5" width="10" height="10" rx="0.833333" fill="url(#paint2_linear_6693_34583)"/>
|
||||
<rect x="138" y="56.5" width="10" height="10" rx="0.833333" fill="url(#paint3_linear_6693_34583)"/>
|
||||
<rect x="157.5" y="56.5" width="10" height="10" rx="0.833333" fill="url(#paint4_linear_6693_34583)"/>
|
||||
<rect x="177" y="56.5" width="10" height="10" rx="0.833333" fill="url(#paint5_linear_6693_34583)"/>
|
||||
<rect x="99" y="72.5" width="10" height="10" rx="0.833333" fill="url(#paint6_linear_6693_34583)"/>
|
||||
<rect x="118.5" y="72.5" width="10" height="10" rx="0.833333" fill="url(#paint7_linear_6693_34583)"/>
|
||||
<rect x="138" y="72.5" width="10" height="10" rx="0.833333" fill="url(#paint8_linear_6693_34583)"/>
|
||||
<rect x="157.5" y="72.5" width="10" height="10" rx="0.833333" fill="url(#paint9_linear_6693_34583)"/>
|
||||
<rect x="177" y="72.5" width="10" height="10" rx="0.833333" fill="url(#paint10_linear_6693_34583)"/>
|
||||
<rect x="99" y="88.5" width="10" height="10" rx="0.833333" fill="url(#paint11_linear_6693_34583)"/>
|
||||
<rect x="118.5" y="88.5" width="10" height="10" rx="0.833333" fill="url(#paint12_linear_6693_34583)"/>
|
||||
<rect x="138" y="88.5" width="10" height="10" rx="0.833333" fill="url(#paint13_linear_6693_34583)"/>
|
||||
<rect x="157.5" y="88.5" width="10" height="10" rx="0.833333" fill="url(#paint14_linear_6693_34583)"/>
|
||||
<rect x="177" y="88.5" width="10" height="10" rx="0.833333" fill="url(#paint15_linear_6693_34583)"/>
|
||||
</g>
|
||||
<rect x="93.5" y="35.3333" width="99" height="72.3333" rx="5.15401" stroke="#D4D9E6"/>
|
||||
<rect x="183.312" y="87.3125" width="29.375" height="29.375" rx="3.4375" fill="#F0F3FA"/>
|
||||
<rect x="183.312" y="87.3125" width="29.375" height="29.375" rx="3.4375" stroke="#D4D9E6" stroke-width="0.625"/>
|
||||
<g clip-path="url(#clip1_6693_34583)">
|
||||
<path d="M204.369 107.624C205.405 107.624 206.244 106.785 206.244 105.749C206.244 104.713 205.405 103.874 204.369 103.874C203.334 103.874 202.494 104.713 202.494 105.749C202.494 106.785 203.334 107.624 204.369 107.624Z" fill="url(#paint16_linear_6693_34583)"/>
|
||||
<path d="M190.869 107.624C191.905 107.624 192.744 106.785 192.744 105.749C192.744 104.714 191.905 103.874 190.869 103.874C189.834 103.874 188.994 104.714 188.994 105.749C188.994 106.785 189.834 107.624 190.869 107.624Z" fill="url(#paint17_linear_6693_34583)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M194.619 97.4045C194.183 97.2497 193.869 96.8326 193.869 96.3437C193.869 95.7235 194.374 95.2188 194.994 95.2188C195.614 95.2188 196.119 95.7235 196.119 96.3437C196.119 96.8326 195.806 97.2497 195.369 97.4045V100.874H194.619V97.4045Z" fill="url(#paint18_linear_6693_34583)"/>
|
||||
<path d="M190.867 102.75C190.867 101.714 191.707 100.875 192.742 100.875H202.492C203.528 100.875 204.367 101.714 204.367 102.75V108.75C204.367 109.785 203.528 110.625 202.492 110.625H192.742C191.707 110.625 190.867 109.785 190.867 108.75V102.75Z" fill="url(#paint19_linear_6693_34583)"/>
|
||||
<path d="M194.619 104.999C195.033 104.999 195.369 104.663 195.369 104.249C195.369 103.835 195.033 103.499 194.619 103.499C194.205 103.499 193.869 103.835 193.869 104.249C193.869 104.663 194.205 104.999 194.619 104.999Z" fill="url(#paint20_linear_6693_34583)"/>
|
||||
<path d="M199.123 106.874H196.123C195.709 106.874 195.373 107.21 195.373 107.624C195.373 108.038 195.709 108.374 196.123 108.374H199.123C199.537 108.374 199.873 108.038 199.873 107.624C199.873 107.21 199.537 106.874 199.123 106.874Z" fill="url(#paint21_linear_6693_34583)"/>
|
||||
<path d="M200.609 104.999C201.024 104.999 201.359 104.663 201.359 104.249C201.359 103.835 201.024 103.499 200.609 103.499C200.195 103.499 199.859 103.835 199.859 104.249C199.859 104.663 200.195 104.999 200.609 104.999Z" fill="url(#paint22_linear_6693_34583)"/>
|
||||
<path d="M205.309 93.374H199.684C198.959 93.374 198.371 93.9616 198.371 94.6865V100.844C198.371 100.978 198.443 101.102 198.559 101.169C198.617 101.203 198.682 101.219 198.746 101.219C198.811 101.219 198.877 101.202 198.935 101.168L200.723 100.124H205.309C206.033 100.124 206.621 99.5364 206.621 98.8115V94.6865C206.621 93.9616 206.033 93.374 205.309 93.374Z" fill="url(#paint23_linear_6693_34583)"/>
|
||||
<path d="M202.484 97.8738H200.234C200.027 97.8738 199.859 98.0417 199.859 98.2488C199.859 98.4559 200.027 98.6238 200.234 98.6238H202.484C202.691 98.6238 202.859 98.4559 202.859 98.2488C202.859 98.0417 202.691 97.8738 202.484 97.8738Z" fill="url(#paint24_linear_6693_34583)"/>
|
||||
<path d="M204.734 94.874H200.234C200.027 94.874 199.859 95.0419 199.859 95.249C199.859 95.4561 200.027 95.624 200.234 95.624H204.734C204.941 95.624 205.109 95.4561 205.109 95.249C205.109 95.0419 204.941 94.874 204.734 94.874Z" fill="url(#paint25_linear_6693_34583)"/>
|
||||
<path d="M204.734 96.374H200.234C200.027 96.374 199.859 96.5419 199.859 96.749C199.859 96.9561 200.027 97.124 200.234 97.124H204.734C204.941 97.124 205.109 96.9561 205.109 96.749C205.109 96.5419 204.941 96.374 204.734 96.374Z" fill="url(#paint26_linear_6693_34583)"/>
|
||||
</g>
|
||||
<rect x="108" y="26" width="4" height="16" rx="2" fill="#161E33" stroke="#E1E5F0" stroke-width="2"/>
|
||||
<rect x="174" y="26" width="4" height="16" rx="2" fill="#161E33" stroke="#E1E5F0" stroke-width="2"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_6693_34583" x1="50" y1="0" x2="50" y2="12" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#28324D"/>
|
||||
<stop offset="1" stop-color="#141B2E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_6693_34583" x1="104" y1="56.5" x2="104" y2="66.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_6693_34583" x1="123.5" y1="56.5" x2="123.5" y2="66.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_6693_34583" x1="143" y1="56.5" x2="143" y2="66.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_6693_34583" x1="162.5" y1="56.5" x2="162.5" y2="66.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_6693_34583" x1="182" y1="56.5" x2="182" y2="66.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_6693_34583" x1="104" y1="72.5" x2="104" y2="82.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_6693_34583" x1="123.5" y1="72.5" x2="123.5" y2="82.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_6693_34583" x1="143" y1="72.5" x2="143" y2="82.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_6693_34583" x1="162.5" y1="72.5" x2="162.5" y2="82.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_6693_34583" x1="182" y1="72.5" x2="182" y2="82.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_6693_34583" x1="104" y1="88.5" x2="104" y2="98.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_6693_34583" x1="123.5" y1="88.5" x2="123.5" y2="98.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_6693_34583" x1="143" y1="88.5" x2="143" y2="98.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_6693_34583" x1="162.5" y1="88.5" x2="162.5" y2="98.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_6693_34583" x1="182" y1="88.5" x2="182" y2="98.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1E5F0"/>
|
||||
<stop offset="1" stop-color="#D4D9E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_6693_34583" x1="204.369" y1="103.874" x2="204.369" y2="107.624" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DC244C"/>
|
||||
<stop offset="1" stop-color="#BE003A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_6693_34583" x1="190.869" y1="103.874" x2="190.869" y2="107.624" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DC244C"/>
|
||||
<stop offset="1" stop-color="#BE003A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_6693_34583" x1="194.994" y1="95.2188" x2="194.994" y2="100.874" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DC244C"/>
|
||||
<stop offset="1" stop-color="#BE003A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_6693_34583" x1="197.617" y1="100.875" x2="197.617" y2="110.625" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFE8E9"/>
|
||||
<stop offset="1" stop-color="#FF9DA4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_6693_34583" x1="194.619" y1="103.499" x2="194.619" y2="104.999" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#40000E"/>
|
||||
<stop offset="1" stop-color="#A60024"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_6693_34583" x1="197.623" y1="106.874" x2="197.623" y2="108.374" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#40000E"/>
|
||||
<stop offset="1" stop-color="#A60024"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_6693_34583" x1="200.609" y1="103.499" x2="200.609" y2="104.999" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#40000E"/>
|
||||
<stop offset="1" stop-color="#A60024"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_6693_34583" x1="202.496" y1="93.374" x2="202.496" y2="101.219" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DC244C"/>
|
||||
<stop offset="1" stop-color="#BE003A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_6693_34583" x1="201.359" y1="97.8738" x2="201.359" y2="98.6238" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFDADB"/>
|
||||
<stop offset="1" stop-color="#FFB2B7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_6693_34583" x1="202.484" y1="94.874" x2="202.484" y2="95.624" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFDADB"/>
|
||||
<stop offset="1" stop-color="#FFB2B7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_6693_34583" x1="202.484" y1="96.374" x2="202.484" y2="97.124" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFDADB"/>
|
||||
<stop offset="1" stop-color="#FFB2B7"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_6693_34583">
|
||||
<rect x="93" y="34.8333" width="100" height="73.3333" rx="5.65401" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_6693_34583">
|
||||
<rect width="18" height="18" fill="white" transform="translate(189 93)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 260 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,46 @@
|
||||
<svg width="286" height="144" viewBox="0 0 286 144" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="286" height="144" rx="8" fill="#E1E5F0"/>
|
||||
<path d="M156.029 67.2763C156.369 66.2662 156.487 65.1961 156.374 64.1375C156.262 63.0789 155.921 62.0563 155.376 61.1378C154.567 59.7496 153.333 58.6505 151.85 57.999C150.368 57.3475 148.714 57.1773 147.127 57.5128C146.225 56.5235 145.075 55.7857 143.793 55.3734C142.511 54.961 141.141 54.8888 139.822 55.1638C138.502 55.4389 137.279 56.0515 136.276 56.9403C135.273 57.8291 134.524 58.9627 134.105 60.2272C133.048 60.4411 132.049 60.8751 131.175 61.5002C130.302 62.1253 129.573 62.9272 129.039 63.8522C128.222 65.2381 127.872 66.8445 128.042 68.4391C128.211 70.0337 128.89 71.534 129.98 72.7229C129.639 73.7326 129.52 74.8025 129.632 75.8611C129.743 76.9197 130.083 77.9426 130.628 78.8613C131.437 80.25 132.673 81.3493 134.157 82.0008C135.64 82.6523 137.295 82.8223 138.883 82.4864C139.6 83.2821 140.48 83.9179 141.465 84.3513C142.45 84.7847 143.518 85.0059 144.597 84.9999C146.223 85.0014 147.808 84.4929 149.123 83.548C150.438 82.6031 151.414 81.2705 151.911 79.7426C152.968 79.5284 153.967 79.0943 154.84 78.4691C155.714 77.844 156.442 77.0423 156.977 76.1175C157.784 74.7337 158.128 73.1333 157.957 71.5454C157.787 69.9574 157.112 68.4631 156.029 67.2763ZM144.597 83.0364C143.264 83.0385 141.974 82.5779 140.952 81.7354L141.131 81.6349L147.187 78.1872C147.337 78.1 147.462 77.9756 147.55 77.8263C147.637 77.677 147.683 77.5079 147.684 77.3355V68.9144L150.244 70.3752C150.257 70.3815 150.268 70.3907 150.276 70.402C150.284 70.4133 150.29 70.4264 150.292 70.4402V77.4184C150.289 78.9074 149.688 80.3346 148.62 81.3875C147.553 82.4404 146.106 83.0333 144.597 83.0364ZM132.354 77.8797C131.686 76.7417 131.446 75.4078 131.677 74.1125L131.857 74.219L137.918 77.6668C138.068 77.7536 138.239 77.7994 138.413 77.7994C138.586 77.7994 138.757 77.7536 138.907 77.6668L146.311 73.4562V76.3717C146.311 76.3868 146.306 76.4015 146.299 76.4148C146.292 76.4282 146.282 76.4397 146.269 76.4485L140.136 79.9376C138.827 80.6814 137.273 80.8824 135.814 80.4966C134.355 80.1107 133.11 79.1695 132.354 77.8797ZM130.76 64.8694C131.432 63.7242 132.494 62.8506 133.757 62.4034V69.4999C133.755 69.6714 133.799 69.8403 133.886 69.989C133.972 70.1378 134.098 70.2609 134.249 70.3455L141.617 74.5384L139.057 75.999C139.043 76.0063 139.028 76.0101 139.012 76.0101C138.996 76.0101 138.981 76.0063 138.967 75.999L132.846 72.5159C131.54 71.7689 130.587 70.5417 130.195 69.103C129.804 67.6643 130.007 66.1314 130.76 64.8399V64.8694ZM151.791 69.6892L144.399 65.4549L146.953 63.9999C146.967 63.9927 146.982 63.9889 146.998 63.9889C147.013 63.9889 147.029 63.9927 147.043 63.9999L153.164 67.4891C154.1 68.0217 154.863 68.8061 155.364 69.7504C155.865 70.6948 156.083 71.7603 155.993 72.8224C155.903 73.8846 155.509 74.8996 154.856 75.749C154.203 76.5983 153.319 77.247 152.306 77.6193V70.5228C152.301 70.3516 152.251 70.1848 152.16 70.0386C152.07 69.8925 151.943 69.7721 151.791 69.6892ZM154.339 65.9103L154.159 65.8038L148.11 62.3266C147.959 62.2392 147.787 62.1932 147.612 62.1932C147.437 62.1932 147.265 62.2392 147.115 62.3266L139.717 66.5371V63.6217C139.715 63.6069 139.718 63.5919 139.724 63.5784C139.73 63.5648 139.74 63.5532 139.753 63.5448L145.874 60.0616C146.812 59.5285 147.884 59.2699 148.966 59.316C150.048 59.3622 151.094 59.7112 151.982 60.3222C152.87 60.9332 153.563 61.781 153.98 62.7664C154.398 63.7517 154.522 64.834 154.339 65.8866L154.339 65.9103ZM138.32 71.0787L135.76 69.6239C135.747 69.6163 135.736 69.606 135.728 69.5938C135.719 69.5815 135.714 69.5676 135.712 69.5531V62.5927C135.713 61.5249 136.023 60.4796 136.604 59.579C137.186 58.6783 138.015 57.9596 138.995 57.5068C139.976 57.054 141.066 56.8858 142.14 57.0219C143.214 57.1581 144.226 57.5929 145.058 58.2756L144.878 58.3762L138.823 61.8237C138.673 61.9109 138.547 62.0352 138.46 62.1845C138.373 62.3339 138.327 62.503 138.326 62.6753L138.32 71.0787ZM139.71 68.1219L143.008 66.2472L146.311 68.1219V71.8712L143.02 73.7458L139.717 71.8712L139.71 68.1219Z" fill="#14A27F"/>
|
||||
<path d="M123 71H87C82.5817 71 79 67.4183 79 63V55" stroke="#8F98B3" stroke-dasharray="4 4"/>
|
||||
<path d="M123 71H87C82.5817 71 79 74.5817 79 79V89" stroke="#8F98B3" stroke-dasharray="4 4"/>
|
||||
<path d="M165 71H199C203.418 71 207 67.4183 207 63V55" stroke="#8F98B3" stroke-dasharray="4 4"/>
|
||||
<path d="M165 71H199C203.418 71 207 74.5817 207 79V89" stroke="#8F98B3" stroke-dasharray="4 4"/>
|
||||
<rect x="67.375" y="29.375" width="23.25" height="23.25" rx="2.625" fill="#F0F3FA"/>
|
||||
<rect x="67.375" y="29.375" width="23.25" height="23.25" rx="2.625" stroke="#2F6FF0" stroke-width="0.75"/>
|
||||
<path d="M79 46.5C82.0376 46.5 84.5 44.0376 84.5 41C84.5 37.9624 82.0376 35.5 79 35.5C75.9624 35.5 73.5 37.9624 73.5 41C73.5 44.0376 75.9624 46.5 79 46.5Z" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M78.295 40.295L76.5 38.5" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M79 42C79.5523 42 80 41.5523 80 41C80 40.4477 79.5523 40 79 40C78.4477 40 78 40.4477 78 41C78 41.5523 78.4477 42 79 42Z" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M79 37.5V38" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M81.4746 38.5249L81.1211 38.8784" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M82.5 41H82" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M76 41H75.5" stroke="#2F6FF0" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="67.375" y="91.375" width="23.25" height="23.25" rx="2.625" fill="#F0F3FA"/>
|
||||
<rect x="67.375" y="91.375" width="23.25" height="23.25" rx="2.625" stroke="#8547FF" stroke-width="0.75"/>
|
||||
<path d="M74 99L76.5 100.25L79 99" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M79 99L76.5 97.75L74 99V102.25L76.5 103.5L79 102.25V99Z" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M76.5 100.25V103.5" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M79 99L81.5 100.25L84 99" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M84 99L81.5 97.75L79 99V102.25L81.5 103.5L84 102.25V99Z" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M81.5 100.25V103.5" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M76.5 103.5L79 104.75L81.5 103.5" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M79 104.75V108" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M81.5 103.5L79 102.25L76.5 103.5V106.75L79 108L81.5 106.75V103.5Z" stroke="#8547FF" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="195.375" y="29.375" width="23.25" height="23.25" rx="2.625" fill="#F0F3FA"/>
|
||||
<rect x="195.375" y="29.375" width="23.25" height="23.25" rx="2.625" stroke="#DC244C" stroke-width="0.75"/>
|
||||
<g clip-path="url(#clip0_6693_34562)">
|
||||
<path d="M207.061 39.4451L207 39.9988H207.557H211.499L211.5 39.999C211.5 39.9996 211.5 40 211.5 40.0006C211.5 40.0009 211.5 40.001 211.5 40.0011C211.5 40.0012 211.5 40.0012 211.5 40.0012L206.5 46.501L206.5 46.501L206.499 46.5013L206.499 46.5013C206.499 46.5013 206.499 46.5013 206.499 46.5013L206.499 46.5018L206.499 46.5016C206.499 46.5016 206.499 46.5015 206.499 46.5015C206.498 46.5013 206.498 46.5012 206.498 46.5008L206.498 46.5007L206.498 46.5006C206.498 46.5005 206.498 46.5007 206.498 46.5007L206.498 46.5001L206.936 42.5551L206.997 42.0013H206.44H202.499C202.498 42.0013 202.498 42.0012 202.497 42.0002L202.497 41.9996C202.497 41.9996 202.497 41.9997 202.497 41.9994C202.497 41.999 202.497 41.9988 202.497 41.9984C202.497 41.9984 202.497 41.9984 202.497 41.9984L207.497 35.4987L207.497 35.4986L207.497 35.4979L207.498 35.4985C207.499 35.4988 207.499 35.4989 207.499 35.4994C207.5 35.4994 207.5 35.4995 207.5 35.4995C207.5 35.4997 207.5 35.4995 207.5 35.4995L207.499 35.5001L207.061 39.4451ZM202.102 41.6946C201.986 41.8456 201.965 42.0496 202.05 42.2206L202.102 41.6946Z" stroke="#DC244C" stroke-width="0.9975"/>
|
||||
</g>
|
||||
<rect x="195.375" y="91.375" width="23.25" height="23.25" rx="2.625" fill="#F0F3FA"/>
|
||||
<rect x="195.375" y="91.375" width="23.25" height="23.25" rx="2.625" stroke="#E0700D" stroke-width="0.75"/>
|
||||
<path d="M212.5 106.5L210.414 104.414" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M205 101.5H201.5" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M205 104.5H201.5" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M209 107.5H201.5" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M209 98.5H201.5" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M209 105C210.105 105 211 104.105 211 103C211 101.895 210.105 101 209 101C207.895 101 207 101.895 207 103C207 104.105 207.895 105 209 105Z" stroke="#E0700D" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<clipPath id="clip0_6693_34562">
|
||||
<rect width="12" height="12" fill="white" transform="translate(201 35)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 38 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6693_34437)">
|
||||
<rect width="88" height="88" rx="8.8" fill="url(#paint0_linear_6693_34437)"/>
|
||||
<path d="M45.0976 24.3031C36.2409 26.1948 26.7823 39.0929 26.6964 49.5833C26.6104 58.7839 31.8556 64.0292 41.1422 63.9432C52.3206 63.8572 64.8747 52.5069 61.2632 45.7999C60.1454 43.6502 58.9416 43.5642 56.7919 45.4559C54.1263 47.7776 54.0403 45.9718 56.4479 40.6406C59.3715 34.0196 59.2855 31.7839 55.932 28.0865C52.6645 24.647 49.225 23.3572 45.0976 24.3031ZM53.9543 27.7425C57.7378 31.096 57.9097 34.7935 54.7282 41.7585C52.4065 46.9177 51.1167 47.6056 48.3651 44.854C46.3014 42.7903 46.1295 39.0929 47.9352 34.7935C49.8269 30.4081 49.569 29.6343 46.9893 32.0419C40.7983 37.6311 36.2409 48.2935 37.9607 52.8508C38.7346 54.8285 39.3365 55.1725 42.518 55.1725C47.1613 55.1725 53.0085 52.3349 55.76 48.6374C58.6836 44.854 60.4034 44.854 60.4034 48.5515C60.4034 55.0005 49.6549 62.9113 41.0562 62.9113C30.6518 62.9113 25.4925 55.0005 28.5881 43.8222C30.0499 38.8349 35.983 30.6661 40.3683 27.7425C45.7855 24.1311 49.8269 24.1311 53.9543 27.7425Z" fill="#F0F3FA"/>
|
||||
<g opacity="0.4" filter="url(#filter0_f_6693_34437)">
|
||||
<circle cx="87.9996" cy="-2.28882e-05" r="26.4" fill="#2F6FF0"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_6693_34437" x="8.79961" y="-79.2" width="158.401" height="158.4" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="26.4" result="effect1_foregroundBlur_6693_34437"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_6693_34437" x1="44" y1="0" x2="44" y2="88" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#161E33"/>
|
||||
<stop offset="1" stop-color="#0E1424"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_6693_34437">
|
||||
<rect width="88" height="88" rx="8.8" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,15 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="chat-bot 2" clip-path="url(#clip0_6954_9557)">
|
||||
<path id="Vector" d="M12.8462 6H2.61538C1.72369 6 1 6.756 1 7.6875V13.3125C1 14.244 1.72369 15 2.61538 15H13.3846C14.2763 15 15 14.244 15 13.3125V7.6875C15 6.756 14.2763 6 13.3846 6H12.8462Z" stroke="#DC244C" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="Vector_2" d="M5 4V2" stroke="#DC244C" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="Vector_3" d="M5 2C5.27614 2 5.5 1.77614 5.5 1.5C5.5 1.22386 5.27614 1 5 1C4.72386 1 4.5 1.22386 4.5 1.5C4.5 1.77614 4.72386 2 5 2Z" fill="#DC244C" stroke="#DC244C" stroke-linecap="square"/>
|
||||
<path id="Vector_4" d="M5.5 10.5C6.05228 10.5 6.5 10.0523 6.5 9.5C6.5 8.94772 6.05228 8.5 5.5 8.5C4.94772 8.5 4.5 8.94772 4.5 9.5C4.5 10.0523 4.94772 10.5 5.5 10.5Z" fill="#DC244C"/>
|
||||
<path id="Vector_5" d="M10.5 10.5C11.0523 10.5 11.5 10.0523 11.5 9.5C11.5 8.94772 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.94772 9.5 9.5C9.5 10.0523 9.94772 10.5 10.5 10.5Z" fill="#DC244C"/>
|
||||
<path id="Line 12" d="M6 12.5H10" stroke="#DC244C" stroke-linecap="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6954_9557">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,10 +1,5 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2279_21500)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 0C8.89586 0 8 0.895858 8 2V7.5C8 7.70223 8.12182 7.88455 8.30866 7.96194C8.4955 8.03933 8.71055 7.99655 8.85355 7.85355L10.7071 6H14C15.1041 6 16 5.10414 16 4V2C16 0.895858 15.1041 0 14 0H10ZM9 2C9 1.44814 9.44814 1 10 1H14C14.5519 1 15 1.44814 15 2V4C15 4.55186 14.5519 5 14 5H10.5C10.3674 5 10.2402 5.05268 10.1464 5.14645L9 6.29289V2ZM2 7C0.895858 7 0 7.89586 0 9V14C0 15.1041 0.895858 16 2 16H12C13.1041 16 14 15.1041 14 14V9C14 7.89586 13.1041 7 12 7H11.5C11.2239 7 11 7.22386 11 7.5C11 7.77614 11.2239 8 11.5 8H12C12.5519 8 13 8.44814 13 9V14C13 14.5519 12.5519 15 12 15H2C1.44814 15 1 14.5519 1 14V9C1 8.44814 1.44814 8 2 8H6.5C6.77614 8 7 7.77614 7 7.5C7 7.22386 6.77614 7 6.5 7H2ZM4.93311 3.25C4.97565 3.32354 5 3.40893 5 3.5V5.5C5 5.77614 4.77614 6 4.5 6C4.22386 6 4 5.77614 4 5.5V3.5C4 3.40893 4.02435 3.32354 4.06689 3.25C4.02435 3.17646 4 3.09107 4 3C4 2.72386 4.22386 2.5 4.5 2.5C4.77614 2.5 5 2.72386 5 3C5 3.09107 4.97565 3.17646 4.93311 3.25ZM4 12C4.55228 12 5 11.5523 5 11C5 10.4477 4.55228 10 4 10C3.44772 10 3 10.4477 3 11C3 11.5523 3.44772 12 4 12ZM9 11C9 10.4477 9.44771 10 10 10C10.5523 10 11 10.4477 11 11C11 11.5523 10.5523 12 10 12C9.44771 12 9 11.5523 9 11Z" fill="#DC244C"/>
|
||||
<g id="Menu/RAG">
|
||||
<path id="Vector" d="M3.5 8.5V5.5M6.5 9.5V4.5M9.5 8.5V5.5M12.5 8.5V5.5M0.5 3V11C0.5 11.3978 0.658035 11.7794 0.93934 12.0607C1.22064 12.342 1.60218 12.5 2 12.5H5.5L8 15.5L10.5 12.5H14C14.3978 12.5 14.7794 12.342 15.0607 12.0607C15.342 11.7794 15.5 11.3978 15.5 11V3C15.5 2.60218 15.342 2.22064 15.0607 1.93934C14.7794 1.65804 14.3978 1.5 14 1.5H2C1.60218 1.5 1.22064 1.65804 0.93934 1.93934C0.658035 2.22064 0.5 2.60218 0.5 3Z" stroke="#DC244C" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2279_21500">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 620 B |
|
After Width: | Height: | Size: 1.9 MiB |