DataFrame 이나 Serises 를 txt 파일로 깔끔하게 바꿀경우 (이건 tsv)
sample.to_csv('sample_file.txt', index=False, header=None, sep="\t")
https://sosomemo.tistory.com/5
앨라스틱서치에 덴스벡터 타입 넣기
https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html
벡터 필드를 사용한 텍스트 유사도 검색
https://www.elastic.co/kr/blog/text-similarity-search-with-vectors-in-elasticsearch
문장 유사도 관련
https://suitee.me/n-gram/
판다스 인덱스는 맨처음 불러왔을때 그대로 유지된다.
loc이나 iloc이 안먹으면 이 이유이다.