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
Copy file name to clipboardExpand all lines: tutorial/markdown/java/spring-ai.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,8 @@ length: 10 Mins
22
22
---
23
23
24
24
## About This Tutorial
25
-
This tutorial will show how to use a Couchbase database cluster as a Spring AI embedding storage.
26
-
27
-
## Example Source code
25
+
This tutorial is your quick and easy guide to getting started with Spring AI and Couchbase as a Vector Store. Let's dive in and explore how these powerful tools can work together to enhance your applications.
26
+
### Example Source code
28
27
Example source code for this tutorial can be obtained from [Spring AI demo application with Couchbase Vector Store](https://github.com/couchbase-examples/couchbase-spring-ai-demo).
29
28
To do this, clone the repository using git:
30
29
```shell
@@ -34,6 +33,7 @@ cd couchbase-spring-ai-demo
34
33
35
34
### What is Spring AI?
36
35
36
+
37
37
Spring AI is an extension of the Spring Framework that simplifies the integration of AI capabilities into Spring applications. It provides abstractions and integrations for working with various AI services and models, making it easier for developers to incorporate AI functionality without having to manage low-level implementation details.
38
38
39
39
Key features of Spring AI include:
@@ -42,7 +42,7 @@ Key features of Spring AI include:
42
42
-**Vector stores**: Abstractions for storing and retrieving vector embeddings
43
43
-**Document processing**: Utilities for working with unstructured data
44
44
45
-
### Why Use Spring AI?
45
+
#####Why Use Spring AI?
46
46
47
47
Spring AI brings several benefits to Java developers:
48
48
1.**Familiar programming model**: Uses Spring's dependency injection and configuration
@@ -51,10 +51,14 @@ Spring AI brings several benefits to Java developers:
51
51
4.**Simplified development**: Reduces boilerplate code for AI integrations
0 commit comments