Skip to content

Commit 184afe2

Browse files
Change vector index terminology in documentation
Updated terminology from 'FTS vector index' to 'Search Vector Index' for clarity.
1 parent b5dc10a commit 184afe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/markdown/java/spring-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ The application uses `CouchbaseSearchVectorStore`, which:
160160
- Maintains metadata alongside vector embeddings
161161

162162
### Vector Index
163-
The embedding store uses an FTS vector index in order to perform vector similarity lookups. If provided with a name for
163+
The embedding store uses an Search Vector Index in order to perform vector similarity lookups. If provided with a name for
164164
vector index that does not exist on the cluster, the store will attempt to create a new index with default
165165
configuration based on the provided initialization settings. It is recommended to manually review the settings for the
166-
created index and adjust them according to specific use cases. More information about vector search and FTS index
166+
created index and adjust them according to specific use cases. More information about Search Vector Index
167167
configuration can be found at [Couchbase Documentation](https://docs.couchbase.com/server/current/vector-search/vector-search.html).
168168

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

0 commit comments

Comments
 (0)