Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@vicilliar vicilliar released this 03 Apr 06:49
· 123 commits to mainline since this release
4ae77fd

2.4.0

New features

  • Add IN operator to the query filter string DSL (#790, #793, & #795).
    For structured indexes, you can now use the IN keyword to restrict text and integer fields to be within a list of values. See usage here.

  • Add no_model option for index creation (#789). This allows for indexes that do no vectorisation,
    providing easy use of custom vectors with no risk of accidentally mixing them up with Marqo-generated vectors. See usage here.

  • Optional q parameter for the search endpoint if context vectors are provided. (#789).
    This is particularly useful when using context vectors to search across your documents that have custom vector fields. See usage here.

Bug fixes and minor changes

  • Improve error message for defining tensorFields when adding documents to a structured index (#788).

Contributor shout-outs

  • A huge thank you to all our 4.1k stargazers! We appreciate all of you continuing to use our product and helping Marqo grow.
  • Thanks for sharing your questions and feedback on our forum and
    Slack channel!
    If you have any more inquiries or thoughts, please don’t hesitate to reach out.