Skip to content

Commit 39e3b31

Browse files
authored
Update langchain4j.md
1 parent 548186f commit 39e3b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/markdown/java/langchain4j.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ CouchbaseEmbeddingStore embeddingStore = new CouchbaseEmbeddingStore.Builder(cou
112112
The embedding store uses an search vector index in order to perform vector similarity lookups. If provided with a name for
113113
vector index that does not exist on the cluster, the store will attempt to create a new index with default
114114
configuration 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
116116
configuration can be found at [Couchbase Documentation](https://docs.couchbase.com/server/current/vector-search/vector-search.html).
117117

118118
### Embedding Documents

0 commit comments

Comments
 (0)