使用ElasticSearch 和 BERT进行NLP文本分析

2022-05-10 20:18:17 浏览数 (1)

文章大纲

  • es 8.0 新特性
  • 早期版本方案 bert-server
  • Es 8.0 版本方案
  • 参考文献

es 8.0 新特性

https://www.elastic.co/cn/blog/whats-new-elastic-8-0-0

新版es 新增的 机器学习 算法

  • https://www.elastic.co/guide/en/machine-learning/current/anomaly-examples.html

早期版本方案 bert-server

https://towardsdatascience.com/elasticsearch-meets-bert-building-search-engine-with-elasticsearch-and-bert-9e74bf5b4cf2

https://github.com/Hironsan/bertsearch


Es 8.0 版本方案

未完待续


参考文献

Introduction to modern natural language processing with PyTorch in Elasticsearch

  • https://www.elastic.co/cn/blog/introduction-to-nlp-with-pytorch-models
  • https://eland.readthedocs.io/en/v8.1.0/

0 人点赞