Skip to content

Version 0.13.0

Compare
Choose a tag to compare
@thigm85 thigm85 released this 14 Oct 13:05
· 2236 commits to master since this release
58eaad0
  • Infer schema name whenever possible for batch document operations (#210)
    • When we have application package information containing just one schema, it is possible to simplify the batch document operations by not specifying the schema name. For those cases, we can for example use app.feed_batch(docs) instead of app.feed_batch(docs, schema = "sentence") when we know there is only one schema named "sentence".
  • Introduce TextSearch use case (#212)
  • Create a convenience function to feed df to a Vespa app (#213)
  • Allow a data frame to be used when collecting training data (#215)
  • Allow default query model to be specified and define it for TextSearch (#217)