Conversation
Preview of modified filesPreview of modified Markdown: |
| - when the database is reindexed, for example, after you enable the feature | ||
| - when an individual taxonomy entry is created or modified, it's embedding is updated |
There was a problem hiding this comment.
The feature needs to be enabled for both
There was a problem hiding this comment.
The first sentence says exactly that.
Here, we are stressing that right after you enable the feature, you trigger the reindex and that's when the embeddings are calculated for the first time.
There was a problem hiding this comment.
Ok, for me it was like two cases. In the first case, we need to enable the feature. In the second, we have no information on whether it should be enabled or not. When an individual taxonomy entry is created or modified, then embedding will be calculated only when the feature is enabled.
Co-authored-by: Mikolaj Adamczyk <mikadamczyk@gmail.com>
| This way you can limit field selection to meaningful text fields and avoid unsupported field types. | ||
| Like in the case of the number of suggestions, you can override this setting per AI action by editing its configuration. | ||
|
|
||
| ### Change the embedding generation model |
There was a problem hiding this comment.
It needs to be mentioned that suggestions are less precise the more data is in the input. But maybe it is already mentioned in manuals of models that we are suggesting 🤔
* IBX-11003: Describe taxonomy suggestions in developer doc * IBX-11002: Configure Taxonomy suggestions * Fix broken links * Add default fields to configuration * Remove the mention of KNN, which comes as default in Solr 9. * Fix a link that leads to user documentation * Apply suggestions from code review Co-authored-by: Mikolaj Adamczyk <mikadamczyk@gmail.com> * Review suggestions * Reworded example * Added tip * Added ibexa_richtext field * Fixed highlight --------- Co-authored-by: Mikolaj Adamczyk <mikadamczyk@gmail.com> Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
* IBX-11003: Describe taxonomy suggestions in developer doc * IBX-11002: Configure Taxonomy suggestions * Fix broken links * Add default fields to configuration * Remove the mention of KNN, which comes as default in Solr 9. * Fix a link that leads to user documentation * Apply suggestions from code review Co-authored-by: Mikolaj Adamczyk <mikadamczyk@gmail.com> * Review suggestions * Reworded example * Added tip * Added ibexa_richtext field * Fixed highlight --------- Co-authored-by: Mikolaj Adamczyk <mikadamczyk@gmail.com> Co-authored-by: Marek Nocoń <mnocon@users.noreply.github.com>
Describe taxonomy suggestions LTS update in developer doc
Checklist