Skip to content

Ja/ai review#1043

Open
aurambaj wants to merge 14 commits intomasterfrom
ja/ai-review
Open

Ja/ai review#1043
aurambaj wants to merge 14 commits intomasterfrom
ja/ai-review

Conversation

@aurambaj
Copy link
Collaborator

No description provided.

Similar as the CLI, just without the glossary options for now
we need 2 options:
 - android filter option, to convert Android empty files to the blank file,
 - An option to skip/remove files that are blank when generating localized files in pullCommand
Exclude annotation from the list of tags that are not de-escape when they contain a placeholder, don't do any extra change for now
Use the removeDescription to enable the post processing using the XML parser
Never noticed issue with REJECTED but the cache version look slightly different from the text unit searcher
It’s a “fast-if-possible, async-if-not” path: the hybrid search tries to return results synchronously, but if the query looks slow it immediately issues a 202 with a polling token, persists the work, and lets the client poll until it’s ready (or surface any error). This avoids timing out on expensive searches while keeping simple queries as low-latency as before.

- expose POST/GET /api/textunits/search-hybrid for synchronous or async responses
- persist slow search results/errors (single computation) in blob storage for polling clients
- add properties/executor/config scan; allow endpoint in security rules; update JS SDK to poll and return results
Create a user with the translator role and assign the user specific locales. Login used to fail because the locales information were not eager fetched. Update the NamedEntityGraph to fix the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants