Skip to content

Commit

Permalink
docs: update docs/cloud-nativeness/kubernetes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Martens <[email protected]>
  • Loading branch information
JoanFM and scott-martens authored Jul 7, 2023
1 parent 096ea81 commit 8c3fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud-nativeness/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To understand why you need to install a service mesh like Linkerd refer to this
First of all we need to build the Executors we are going to use and containerize them {ref}`manually <dockerize-exec>` or leveraging {ref}`Executor Hub <jina-hub>`. In this example,
we are going to use the Hub.

We are going to build two Executors, the first is going to use `CLIP` to encode textual Documents, and the second is going to use an in memory vector index. This way
We are going to build two Executors, the first is going to use `CLIP` to encode textual Documents, and the second is going to use an in-memory vector index. This way
we can build a simple neural search system.

First, we build the encoder Executor.
Expand Down

0 comments on commit 8c3fcb5

Please sign in to comment.