pyvespa
pyvespa copied to clipboard
Python API for https://vespa.ai, the open big data serving engine
To reproduce clean all local vespa images and try to deploy. It will run for a long time and `docker image ls -a` will show many vespa images.
It seems that previously defined volumes are not preserved. To reproduce try to deploy the same application with two different instances of VespaDocker. The first deployment will create the container....
Example: ``` rank-profile collect_rank_features inherits default { first-phase { expression: random } ignore-default-rank-features rank-features { bm25(title) bm25(body) nativeRank(title) nativeRank(body) } } ``` This is important when collecting training data for...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...
Not sure if it's a bug or feature ;). VespaDocker has a URL, and it is hardcoded to localhost - If this is not intended, can you please expose this?
I practiced with the notebook from https://github.com/vespa-engine/pyvespa/blob/master/docs/sphinx/source/examples/mother-of-all-embedding-models-cloud.ipynb but I have some confusion here. This still uses dense_rep for matching, right? So, how should I use the colbert_rep field for matching?...
Ref #820. We should update our CI-pipeline, which are run with `[dev]` so that we have locked version of main dependencies, to make sure our tests are run with the...