Kristian Aune

Results 94 comments of Kristian Aune

Thanks @tmaregge ! Closing this then, will release pyvespa shortly

Hi! There are python bindings at https://pyvespa.readthedocs.io/en/latest/ - this is not the full API, it is targeted for relevance experiements / trying out Vespa from python code. But I think...

For the record, queries with a bag of words (not intended as a phrase) can be written as `vespa query 'select * from music where {stem:false}userInput(@q)' q="paneer butter masala" tracelevel=3`...

@jonmv can you look at the timeout value?

Hi @Alexander-Mark : what you describe is a great idea! It would be awesome to be able to (de)serialize and application package to/from python objects It is however a lot...

Hi, sorry for slow reponse! The (first) problem to solve is the configproxy not reaching the config server. Please try https://github.com/vespa-engine/sample-apps/blob/master/examples/operations/multinode-HA/docker-compose.yaml and validate that works - then you can modify...

Hi @Gladiator566 I think you must look in the vespa.log to validate what the problem might be - and if so, follow the advise to try /multinode-HA/docker-compose.yaml to verify this...

Thanks for reporting. Can you add the steps you took, so we can reproduce? Or did you follow the steps in https://pyvespa.readthedocs.io/en/latest/getting-started-pyvespa-cloud.html and it failed here? ``` app = vespa_cloud.deploy()...

Hi again, I tried https://pyvespa.readthedocs.io/en/latest/getting-started-pyvespa-cloud.html and it worked for me. I run the notebook locally on my laptop. Some ideas the `.vespa` directory in your home dir stores credentials -...