-
Hi,
Greetings!
We want to build a search engine for our e-commerce site using Vespa and replace Algolia which we are using currently. We have a use where we need to show products sorted on the p…
-
I'm running a VMware image on WIndows 11. The image has 8GB ram, 4 cores, and 300GB allocated to it. It's running CentOS Stream release 8, and I have installed the community edition of Docker version …
-
I'm currently working on choosing a Document Store/Vector Database that can support traditional searches via either filtered bm25 retrieval + cross-encoder ranking or filtered bi-encoder retrieval + c…
-
The special sorting attributes cannot be used in YQL it seems:
https://docs.vespa.ai/en/reference/sorting.html#special-sorting-attributes
https://api.cord19.vespa.ai/search/?yql=select%20id,titl…
-
The guide https://github.com/vespa-engine/sample-apps/tree/master/examples/operations/basic-search-on-gke is a good starting point.
My goal is to get a production ready environment for WooCommerce …
-
Hi team,
Do you have any plans for physical models, not only APIs? Can we serve LLM like Flan-T5-xxl and query it for free instead of the OpenAIs endpoint (as the only available option)?
Accordin…
-
**Describe the bug**
A clear and concise description of what the bug is.
when I run the vespa docker container by running
docker run `vespaengine/vespa` , I get the error `/usr/local/bin/start-con…
-
**Describe the bug**
We use the vespa docker image to create a image on top of it. We updated our version from 8.82.24 to 8.137.25 and found that we were getting unable to build the image due to the…
-
The following was reported by a user of vespaengine/vespa where `state/v1/custom/component/threadpools` on a node with 8 cpu cores:
```
{
"shared": {
"type": "BlockingThreadStackExecutor"…
-
**Describe the bug**
We are trying to bring up vespa cluster using podman. We are trying to run vespa application as vespa user.
We are using this documentation to understand how to setup vespa in …