-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A checklist for WooCommerce #26694
Milestone
Comments
Thanks for fixing: Dynamic summary (#26693) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Being at the end of the integration process of Vespa with WooCommerce, I hereby share my discovery journey to those interested in investigating the subject.
It's a way to contribute back for all the time the Vespa team spent on my many questions 👍
I will continue to add more content as soon as new features are added.
You can ask for more details on specific points in the comments!
Pre-release
Showstoppers:
Features coded:
Deploying an empty application on a docker instanceCreating a schema: index, attribute, fieldset, basic rankingManagement of several schemas per applicationSubclassing the default schema to let a user add/override settings (fields or ranking)Updating and redeploying a schema with new fields and the services.xmlDeleting a schema and redeploying the services.xmlCRUD on documentsBatch indexing with HTTP2 multiplexing (Batch mode for document APIs #26579 )Keywords matching (userInput)Partial matching (N-Grams)Facets on numeric/strings and arrays: list, range, slider layouts (aggregations)Filters: AND, OR, !, range, and contains with annotationsSort on strings and numericPaginationAutocompletion of documents, eventually grouped by document typesDynamic summary (Adding TRUE as an additional condition prevents dynamic summary generation #26693)Sort on arrays (Add sort on multivalued attributes #26681)Keywords demo deployed on KubernetesDeploying ML modelsSemantic demo with intfloat/multilingual-e5-small deployed on KubernetesShow Vespa deployment warningsShow/edit Vespa files from the dashboardAdd embedding(s) choice to Vespa index settingsMultiple ranking predefined in the schema, selectable from the UI: natural, BM25, vector, hybridMulti-phase rankingFeatures to be coded:
Features on standby:
The text was updated successfully, but these errors were encountered: