-
Notifications
You must be signed in to change notification settings - Fork 6
Update java springai terminology #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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
|
||||||
| 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`) | ||||||
|
|
@@ -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/) | ||||||
There was a problem hiding this comment.
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