File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ CouchbaseEmbeddingStore embeddingStore = new CouchbaseEmbeddingStore.Builder(cou
112112The embedding store uses an search vector index in order to perform vector similarity lookups. If provided with a name for
113113vector index that does not exist on the cluster, the store will attempt to create a new index with default
114114configuration based on the provided initialization settings. It is recommended to manually review the settings for the
115- created index and adjust them according to specific use cases. More information about vector search and search index
115+ created index and adjust them according to specific use cases. More information about vector search and search vector index
116116configuration can be found at [ Couchbase Documentation] ( https://docs.couchbase.com/server/current/vector-search/vector-search.html ) .
117117
118118### Embedding Documents
You can’t perform that action at this time.
0 commit comments