Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OPCUA
- filebeat
- PYTHON
- node.js
- json
- KoA
- Tutorial
- query
- configure
- venv
- logstash
- DSL
- kibana
- path.data
- dense_vector
- windows
- grok
- elasticsearch
- package.json
- Crontab
- airflow
- elastic
- framework
- devtools
- ubuntu
- 7.7.1
- typescript
- CSV
- Data Engineering
- ELK
Archives
- Today
- Total
목록Dense (1)
Gibbs Kim's playground
[ElasticStack-7] Dense Vector in Elasticsearch
Elasticsearch에서는 vector 값을 직접 입력할 수 있다. dense_vector로 불리는 이 필드는 float 타입의 데이터를 저장 가능하다. (A dense_vector field stores dense vectors of float values.) 필드는 차원 값을 가지는데 2048을 초과할 수 없다. (The maximum number of dimensions that can be in a vector should not exceed 2048. A dense_vector field is a single-valued field.) Example in Dev tools ## Create index and mapping PUT dense_vector_test_index { "mappings..
Tech 기록지/Elastic Stack
2020. 4. 29. 10:39