Andreas Eriksen
Andreas Eriksen
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...
The error message when the doctype name is wrong is difficult to understand and fix: `curl -XDELETE --key /Users/andreer/.vespa/scoober.test-app.andreer/data-plane-private-key.pem --cert /Users/andreer/.vespa/scoober.test-app.andreer/data-plane-public-cert.pem 'https://e8627032.decdbfd8.z.vespa-app.cloud/document/v1/mynamespace/musicc/docid?selection=true&cluster=music' {"pathId":"/document/v1/mynamespace/musicc/docid","message":"Document type 'musicc' in cluster 'music' is not...
Hi, Currently LSBFIRST and MSBFIRST is interpreted as byte order when handling SPI transfers, and only used for transfer16 (swapping byte A, B -> B, A). Unfortunately I believe this...
**Is your feature request related to a problem? Please describe.** Result from first phase ranking is available as firstPhase ranking feature. But result from second phase and global phase is...
Currently in our fasthtml demo app, each call to Vespa uses the pattern ``` async def get_something_from_vespa(self, doc_id: str) -> str: async with self.app.asyncio(connections=1) as session: ... ``` This ends...
I think the first_phase argument should be optional if inheriting another rank profile. Perhaps it can just always be optional, although it may require some research to figure out if...
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...
only the last commit is specific to this branch