Skip to content

Commit

Permalink
docs : fix typos (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavWakde52 authored Oct 22, 2024
1 parent f98a562 commit c08050a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/internal/NODES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# NODE

Nodes are the underlying index that fullfills a GRPC API to deliver indexing on Text, Vectors and Relations.
Nodes are the underlying index that fulfils a GRPC API to deliver indexing on Text, Vectors and Relations.

## Architecture

Each node is composed by multiple shards and each shard have four indexes. In order to prioritize reads we split each node on three containers: reader, writer and sidecar.

Reader is responsible of search functionallity via a GRPC interface, Writer is responsible on writing via a GRPC interface and Sidecar connects to a stream of indexing information and injects information on the writer.
Reader is responsible for search functionality via a GRPC interface, Writer is responsible for writing via a GRPC interface and Sidecar connects to a stream of indexing information and injects information on the writer.

<p align="center">
<img src="../assets/images/nodes.svg" alt="Nuclia" height="200" style="background-color: white">
Expand Down
2 changes: 1 addition & 1 deletion docs/internal/SEARCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The hierarchy of tags is the following:
- `/l`: user and processor provided labels: `/l/{labelset}/{label}`
- Example: `/l/movie-genre/science-fiction`

- `/n`: miscellanious resource metadata labels
- `/n`: miscellaneous resource metadata labels
- `/n/i`: mime type of resource
- Example filters: `/n/i/application/pdf` or `/n/i/movie/mp4`

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/role-based-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NucliaDB security model is based on three roles:
- READER
- WRITER

Roles are passed through the HTTP Header `X-NUCLIADB-ROLES` and writen
Roles are passed through the HTTP Header `X-NUCLIADB-ROLES` and written
in upper case. Multiple roles can be sent appending them with
semicolons, e.g., `X-NUCLIADB-ROLES: MANAGER;READER`.

Expand Down

0 comments on commit c08050a

Please sign in to comment.