vespa icon indicating copy to clipboard operation
vespa copied to clipboard

AI + Data, online. https://vespa.ai

Results 276 vespa issues
Sort by recently updated
recently updated
newest added

Hello, Sometimes when executing a query filtering by a predicate a document which should match isn't included in the result, removing one field from the sent query which isn't present...

Our current backend metric aggregation implementations are built around explicit snapshotting every _N_ minutes, where each such snapshot effectively resets the tracked metric value internally. In other words, a counter,...

enhancement
need help

We have query-commannd https://docs.vespa.ai/en/reference/schema-reference.html#query-command but lack support for speciyfing a custom document processing instructions which custom document processors can use with a _document-command_

enhancement

With the growing interest in ANN with Vespa there has also been increased demand for the ability to index multiple vectors per document. If any of the vectors assigned to...

enhancement

Saves lifes and resources when misspelling bundle names in services.xml which gets deployed all the way and is not clear before your deployment job has been waiting for a container...

When deploying to Vespa Cloud, it automatically checks that nodes / services are up and have correct config, like: ```` [INFO] [06:21:23] Deployment successful. [INFO] [06:21:23] Session 2715 for tenant...

enhancement

There are use-cases - especially with regards to personal data - where you want to delete a document and ensure that it stays deleted regardless of another PUT against the...

enhancement

Today we support gzip so Vespa delivers a gzip compressed response when the client uses "Accept-Encoding": "gzip", we could also support better and faster compression if we could understand "Accept-Encoding:...

enhancement

When feeding a document that does not match the selection in https://docs.vespa.ai/documentation/reference/services-content.html#document, it is silently dropped. It is correct that the document is not stored - but the fact that...

Originally reported here https://stackoverflow.com/questions/54361546/vespa-search-query-on-array-gives-hits-even-after-removing-the-element-from-ar Given the following simple definition with an array of string ``` document doc { field userIds type array { indexing: summary | index } } ```...

enhancement