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
- ChatGPT
- ListAdapter
- ktor api call
- Python
- Zsh
- 안드로이드
- 시행착오
- 유튜브
- getChangePayload
- AWS EC2
- list map
- build with ai
- exoplayer cache
- kotlin collection
- 스피너
- llm
- kotlin list
- android custom view
- FastAPI
- ktor client
- android exoplayer
- DiffUtil.ItemCallback
- video caching
- ListAdapter DiffUtil
- ExoPlayer
- android ktor
- map
- doc2vec
- android
- 유튜브 요약
Archives
- Today
- Total
목록KoNLPy (1)
버튼 수집상
[Elastic Search] 한글 문장 벡터화해서 유사한 문장 찾기 알고리즘 구현 - 2
Elastic Search Search API 결과 { 'took': 5, 'timed_out': False, '_shards': { 'total': 1, 'successful': 1, 'skipped': 0, 'failed': 0 }, 'hits': { 'total': { 'value': 1, 'relation': 'eq' }, 'max_score': 1.0, 'hits': [ { '_index': 'INDEX_NAME', '_id': 'ID', '_score': 1.0, '_source': { 'item_idx': 4561, 'subject': '글 제목 예시', 'contents': "글 내용 예시입니다. 보통 이것보다도 줄줄이 길게 들어갑니다.", 'author_nick': '작성자명', 'cre..
TIL - Elastic Search
2023. 11. 21. 16:59