Skip to content

Commit

Permalink
add dense_vector type
Browse files Browse the repository at this point in the history
  • Loading branch information
vanatteveldt committed Nov 27, 2023
1 parent 5117253 commit 592314b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amcat4/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"text": {"type": "text"},
"object": {"type": "object"},
"geo_point": {"type": "geo_point"},
"dense_vector": {"type": "dense_vector"},
}

DEFAULT_MAPPING = {
Expand Down

0 comments on commit 592314b

Please sign in to comment.