Skip to content

Instantly share code, notes, and snippets.

View alexGitSpace's full-sized avatar

Aleksei Denisov alexGitSpace

  • Videoly
  • Finland, Helsinki
View GitHub Profile
@alexGitSpace
alexGitSpace / test_vectors.json
Created July 2, 2020 07:39
ElasticSearch. Test work with dense_vector type
PUT /test_dense_vector
{
"mappings": {
"properties" : {
"title" : {
"type": "text"
},
"title_vector": {
"type": "dense_vector",
"dims": 3