File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
kibana/elastic-bnu/2023-08-30 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
- Este material utiliza o Docker para rodar os comandos
5
5
6
6
## ML
7
+ - https://github.com/Hironsan/bertsearch
8
+ - https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-trained-model.html#infer-trained-model-example
7
9
8
10
### [ Eland] ( https://www.elastic.co/guide/en/elasticsearch/client/eland/current/machine-learning.html )
9
11
@@ -22,6 +24,9 @@ docker run -it --rm --network host elastic/eland \
22
24
--start
23
25
```
24
26
### [ NER] ( https://www.elastic.co/blog/how-to-deploy-nlp-named-entity-recognition-ner-example )
27
+
28
+ - https://towardsdatascience.com/elasticsearch-meets-bert-building-search-engine-with-elasticsearch-and-bert-9e74bf5b4cf2
29
+
25
30
``` bash
26
31
docker run -it --rm --network host elastic/eland \
27
32
eland_import_hub_model \
You can’t perform that action at this time.
0 commit comments