You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Create embeddings to enable AI-powered similarity search.
23
17
24
18
*[Embeddings](https://en.wikipedia.org/wiki/Embedding_(machine_learning)) are numeric vectors that represent the meaning, context, or relationships within the data (e.g., text or images).
@@ -38,77 +32,66 @@ import discordLargeThumbnailPlaceholder from "@site/static/img/discord-lg.webp";
38
32
* Embeddings also power other AI features in RavenDB, such as [GenAI](../../ai-integration/gen-ai-integration/start.mdx) and [AI agents](../../ai-integration/ai-agents/start.mdx),
39
33
which may use vector search queries to retrieve relevant documents in response to LLM requests.
*[Configure an embeddings generation task - from the Studio](../../ai-integration/generating-embeddings/embeddings-generation-task.mdx)
71
-
*[Configure an embeddings generation task - from the Client API](../../ai-integration/generating-embeddings/embeddings-generation-task.mdx#configuring-an-embeddings-generation-task---from-the-client-api)
imgAlt="The integration of embeddings generation in RavenDB"
90
77
/>
91
78
</ColGrid>
92
79
93
-
---
94
-
95
80
### Related lives & videos
96
81
97
-
Learn more about enhancing your applications using vector search operations.
98
-
99
82
<ColGridcolCount={1}>
100
83
<CardWithImageHorizontal
101
84
title="Taking over the world with AI and RavenDB"
102
85
description="Learn how to integrate AI into your apps using RavenDB for semantic search, vector embeddings, and LLM-powered features - with real examples from Oren Eini."
103
86
url="https://www.youtube.com/watch?v=7DhbgfH_rSE"
104
-
imgSrc={webinarThumbnailPlaceholder}
87
+
imgSrc={webinarImage}
105
88
imgAlt="Taking over the world with AI and RavenDB"
106
89
/>
107
90
<CardWithImageHorizontal
108
91
title="Vector search in RavenDB"
109
92
description="The AI trend developers simply cannot ignore."
### Create embeddings to enable AI-powered similarity search.
23
17
24
18
*[Embeddings](https://en.wikipedia.org/wiki/Embedding_(machine_learning)) are numeric vectors that represent the meaning, context, or relationships within the data (e.g., text or images).
@@ -38,77 +32,66 @@ import discordLargeThumbnailPlaceholder from "@site/static/img/discord-lg.webp";
38
32
* Embeddings also power other AI features in RavenDB, such as [GenAI](../../ai-integration/gen-ai-integration/start.mdx) and [AI agents](../../ai-integration/ai-agents/start.mdx),
39
33
which may use vector search queries to retrieve relevant documents in response to LLM requests.
*[Configure an embeddings generation task - from the Studio](../../ai-integration/generating-embeddings/embeddings-generation-task.mdx)
71
-
*[Configure an embeddings generation task - from the Client API](../../ai-integration/generating-embeddings/embeddings-generation-task.mdx#configuring-an-embeddings-generation-task---from-the-client-api)
imgAlt="The integration of embeddings generation in RavenDB"
90
77
/>
91
78
</ColGrid>
92
79
93
-
---
94
-
95
80
### Related lives & videos
96
81
97
-
Learn more about enhancing your applications using vector search operations.
98
-
99
82
<ColGridcolCount={1}>
100
83
<CardWithImageHorizontal
101
84
title="Taking over the world with AI and RavenDB"
102
85
description="Learn how to integrate AI into your apps using RavenDB for semantic search, vector embeddings, and LLM-powered features - with real examples from Oren Eini."
103
86
url="https://www.youtube.com/watch?v=7DhbgfH_rSE"
104
-
imgSrc={webinarThumbnailPlaceholder}
87
+
imgSrc={webinarImage}
105
88
imgAlt="Taking over the world with AI and RavenDB"
106
89
/>
107
90
<CardWithImageHorizontal
108
91
title="Vector search in RavenDB"
109
92
description="The AI trend developers simply cannot ignore."
0 commit comments