Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me! Should we create ticket for some of the todos?
Sorry, something went wrong.
There was a problem hiding this comment.
Awesome generalization. LGTM.
A bit of a side note but I recently read this SentenceTransformer issue suggesting that the stop words removal and lemmatization (part of our text cleaning) are not needed for transformer models - passing the original text is suggested. Maybe we can remove the whole cleaning part and directly embed (could be done here or as part of another story).
Sorry, something went wrong.
|
Looks good to me! Should we create ticket for some of the todos? Not yet. As we build a backlog for the next milestones, then we will create the needed tickets. |
Sorry, something went wrong.
|
Awesome generalization. LGTM. A bit of a side note but I recently read this SentenceTransformer issue suggesting that the stop words removal and lemmatization (part of our text cleaning) are not needed for transformer models - passing the original text is suggested. Maybe we can remove the whole cleaning part and directly embed (could be done here or as part of another story). Ok. Maybe separately. But I also want to have some cleaning logic, because it's something you would expect ot have in a pipeline and we need to figure out how to handle it properly. |
Sorry, something went wrong.
For confluence-reader:
CQL and https://developer.atlassian.com/server/confluence/cql-field-reference/#ancestor
purpsoes
For embed-ingest-job-example:
we need to drop the table first as the postgres ingestion does not
support upserts (updates))
need to tie it to confluence at all. It would work for any dataset.
further generalized if our ingestion framework improves