Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorial/markdown/java/spring-ai.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Earlier in the document under ## Couchbase Embedding Store, the text still says “uses an FTS vector index”. Per the guide’s mapping, this should also be updated to Search Vector Index

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In ## Resources, the link labeled “Couchbase Vector Search” currently points to https://docs.couchbase.com/server/current/fts/vector-search.html, which no longer resolves to the Vector Search doc content (it lands on a generic Couchbase Documentation hub). The page that does match current terminology is https://docs.couchbase.com/server/current/vector-search/vector-search.html.

Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ The application uses `CouchbaseSearchVectorStore`, which:
- Maintains metadata alongside vector embeddings

### Vector Index
The embedding store uses an FTS vector index in order to perform vector similarity lookups. If provided with a name for
The embedding store uses an Search Vector Index in order to perform vector similarity lookups. If provided with a name for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a grammatical error in this line. The article 'an' should be 'a' before 'Search Vector Index', as 'Search' starts with a consonant sound.

Suggested change
The embedding store uses an Search Vector Index in order to perform vector similarity lookups. If provided with a name for
The embedding store uses a Search Vector Index in order to perform vector similarity lookups. If provided with a name for

vector index that does not exist on the cluster, the store will attempt to create a new index with default
configuration based on the provided initialization settings. It is recommended to manually review the settings for the
created index and adjust them according to specific use cases. More information about vector search and FTS index
created index and adjust them according to specific use cases. More information about Search Vector Index
configuration can be found at [Couchbase Documentation](https://docs.couchbase.com/server/current/vector-search/vector-search.html).

### Controller Class (`Controller.java`)
Expand Down Expand Up @@ -227,4 +227,4 @@ In order to run this application, use the following command:
- [Spring AI Documentation](https://docs.spring.io/spring-ai/reference/index.html)
- [Couchbase Vector Search](https://docs.couchbase.com/server/current/fts/vector-search.html)
- [OpenAI Embeddings Documentation](https://platform.openai.com/docs/guides/embeddings)
- [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/)
- [Spring Boot Documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/)