Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune committed Aug 28, 2024
1 parent 743a949 commit 2c43e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials/hybrid-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Some notes about the elements above:
- `<container>` defines the [container cluster](../jdisc/index.html) for document, query and result processing
- `<search>` sets up the [query endpoint](../query-api.html). The default port is 8080.
- `<document-api>` sets up the [document endpoint](../reference/document-v1-api-reference.html) for feeding.
- `component` with type `hugging-face-embedder` configures the embedder in the application package. This includes where to fetch the model files from, the prepend
- `<component>` with type `hugging-face-embedder` configures the embedder in the application package. This includes where to fetch the model files from, the prepend
instructions, and the pooling strategy. See [huggingface-embedder](../embedding.html#huggingface-embedder) for details and other embedders supported.
- `<content>` defines how documents are stored and searched
- `<min-redundancy>` denotes how many copies to keep of each document.
Expand Down

0 comments on commit 2c43e81

Please sign in to comment.