-
Notifications
You must be signed in to change notification settings - Fork 82
IBX-11003: Describe taxonomy suggestions in developer doc #2964
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
base: 5.0
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature needs to be enabled for both
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added tip in cd0a9ec
Describe taxonomy suggestions LTS update in developer doc
Checklist