weaviate/contextionary

Allow for word combinations

bobvanluijt opened this issue · 0 comments

Based on: https://github.com/semi-technologies/weaviate-vector-generator/issues/14

The C11y should accept word combinations up to 3 words.

For example, brad, pitt should first be searched for as bradPitt and after that for brad and pit.

This allows giving a better context if one explores: a movie with brad pitt.

Implementation;

  • For explore function.
  • When creating new class objects.
  • For beacon explore function.