일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- API
- license delete
- aggs
- aggregation
- Python
- MySQL
- sort
- License
- token filter test
- high level client
- 900gle
- springboot
- Elasticsearch
- Mac
- docker
- analyzer test
- plugin
- TensorFlow
- licence delete curl
- 차트
- ELASTIC
- flask
- zip 파일 암호화
- zip 암호화
- 파이썬
- query
- matplotlib
- Java
- Kafka
- Test
- Today
- Total
목록900gle shopping (16)
개발잡부
데이터수집 - Web Crawler java Text embedding Api https://ldh-6019.tistory.com/185?category=1043090 [tensorflow 2] Text embedding API를 만들어 보자 900gle shopping에서 사용 할 text embedding API 크롤러, 검색 API 에서 사용 예정 method POST 로 만들고 싶었으나.. 일단 GET 으로 # import tensorflow as tf import tensorflow_hub as hub import tensorfl.. ldh-6019.tistory.com Api 를 연동할 HTTP 통신 https://ldh-6019.tistory.com/190?category=859888 [ja..
쿼리 구조 쿼리 셈플 phase 2 query script_query = { "function_score": { "query": { "bool": { "must": [ { "multi_match": { "query": query, "fields": [ "name", "category" ] } }], "should": [ { "multi_match": { "query": query, "fields": [ "category1", "category2", "category3", "category4", "category5" ] } } ] } }, "boost_mode": "multiply", "functions": [ { "script_score": { "script": { "source": "cosineSimi..
1초에 한번씩 증분색인 실행 package com.bbongdoo.doo.controller; import com.bbongdoo.doo.service.ProductsService; import io.swagger.annotations.Api; import lombok.RequiredArgsConstructor; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.ann..
쇼핑 플랫폼.. 음.. 그렇다 연습용 프로젝트 이다
900gle shopping 에서 사용 할 테이블 -- keywords CREATE TABLE keywords ( `id` bigint NOT NULL AUTO_INCREMENT, `keyword` varchar(200) NOT NULL, `use_yn` enum('Y','N') NOT NULL DEFAULT 'Y', `created_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), unique `keyword_index` (`keyword`) ) ENGINE=InnoD..