Skip to content
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

Update vector-collections.adoc #1200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ YAML::
----
hazelcast:
vector-collection:
vector-collection-name:
vector-collection-name: books
Copy link
Contributor

@k-jamroz k-jamroz Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vector-collection-name: books
books:

in yaml this is map of collections, there is no vector-collection-name field. In original example the collection was named "vector-collection-name", but it did not match XML example

indexes:
- name: word2vec-index
dimension: 6
Expand Down
Loading