We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3c58b commit c833b5dCopy full SHA for c833b5d
1 file changed
tutorial/markdown/java/langchain4j.md
@@ -109,7 +109,7 @@ CouchbaseEmbeddingStore embeddingStore = new CouchbaseEmbeddingStore.Builder(cou
109
```
110
111
### Vector Index
112
-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
113
vector index that does not exist on the cluster, the store will attempt to create a new index with default
114
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 vector index
0 commit comments