* Infer schema name whenever possible for batch document operations (https://github.com/vespa-engine/pyvespa/pull/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 (https://github.com/vespa-engine/pyvespa/pull/212)
* Create a convenience function to feed df to a Vespa app (https://github.com/vespa-engine/pyvespa/pull/213)
* Allow a data frame to be used when collecting training data (https://github.com/vespa-engine/pyvespa/pull/215)
* Allow default query model to be specified and define it for TextSearch (https://github.com/vespa-engine/pyvespa/pull/217)