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

some kind of helper tool that translates from an Elasticsearch / Solr / Lucene query to YQL / query API, possibly combined with supporting documentation in https://vespa.ai/migrating-from-elastic-search-to-vespa - this will...

good first issue

The querybuilder linked from https://docs.vespa.ai/en/vespa-quick-start.html is a bit basic. Build better support for making valid YQL query strings by using a dynamic form. Split the YQL string in logically separate...

good first issue

Find services.xml at http://localhost:19071/application/v2/tenant/default/session/2/content/ - from there, build a UI to navigate to the content clusters, where one can view schemas, metrics, and data In a UI, the user can...

good first issue

Find content clusters and schemas using http://localhost:19071/application/v2/tenant/default/session/2/content/services.xml . Use the schema to auto-generate a form with correct types so valid JSON is generated to PUT/UPDATE/DELETE documents. Support GET to read...

good first issue

In a given content cluster, using the schema, let the user easily create a selection string. Then, add ability to run a visit using this, outputting how far into document...

good first issue

the ELK stack makes great visualizations. Vespa could have a Logstash+Kibana integration for great visualizations, too!

good first issue

Feeding documents with large tensor fields (e.g tensor(p{},dt{},x[128})) using JSON or XML(deprecated) serialization is cumbersome as string representation of float/double is costing a lot of network bandwidth, storage and processing...

enhancement

I am trying to index documents using the Vespa HTTP client. One thing I need to do is to create some of these documents only if they don't already exist....

enhancement

Hello, I am trying out vespa cloud and it looks great! Now I am making progress towards the production environment and I noticed that in http-client `ConnectionParams.Builder` accepts only `java.nio.file.Path`...

enhancement

ref https://docs.vespa.ai/documentation/using-zookeeper.html - _the recommended number of nodes is 3, 5 or 7_ This means, one cannot use this feature in Container clusters larger than 7 nodes (confirmed with @mpolden)....

enhancement