일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- high level client
- flask
- query
- Elasticsearch
- aggregation
- ELASTIC
- matplotlib
- aggs
- Mac
- token filter test
- 900gle
- license delete
- docker
- Python
- TensorFlow
- Test
- MySQL
- 차트
- 파이썬
- API
- License
- springboot
- Kafka
- licence delete curl
- zip 파일 암호화
- plugin
- analyzer test
- Java
- sort
- zip 암호화
- Today
- Total
목록Python/text embeddings (12)
개발잡부
universal-sentence-encoder/2 버전이 아주 무쓸모라.. https://tfhub.dev/google/universal-sentence-encoder/4 를 테스트 해보려고 했더니만 tensorflow 버전이 2에서 해야 한다네 버전확인 pip -V pip3 -V pip 20.3b1 from /Library/Python/2.7/site-packages/pip-20.3b1-py2.7.egg/pip (python 2.7) pip 20.2.4 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7) 흠.. 아나콘다 설치하고 해야겠다 https://ldh-6019.tist..
https://github.com/900gle/text-embeddings : 문장 임베딩 모델을 dense_vector 필드 유형과 결합하여 유사성 검색에 Elasticsearch 를 사용하는 방법에 대한 간단한 예 개발환경 : mac OS python3.7.9 tensorflow1.14 버전확인 pip3 -V 의존성 주입 pip3 install -r requirements.txt requirements.txt 에 보면 es 7.0.2 버전을 요구 하는데 이미 만들어 놓은 es 환경이 있으니 컨테이너를 실행 해 보자 실행 python3 src/main.py posts 인덱스 더보기 더보기 더보기 더보기 { "version":5, "mapping_version":1, "settings_version":1..