-
Add message deduplication support
Optional feature on exchange and/or queue level. Look at https://github.com/noxdafox/rabbitmq-message-deduplication for inspiration.
-
We still have some logic in the internal queue used for sequencing that performs some deduplication: https://github.com/transparency-dev/trillian-tessera/blob/main/storage/internal/queue.go#L102
Th…
-
Some experiments that a colleague did during MaCoCu project, found that deduplication taking into account only source side or target side, improved translation quality. IIRC it was not clear what was …
-
Deduplication is the next big feature to implement in jet1090. In addition to opening the way to MLAT, it would also improve scaling, error detection, find signal reflections.
First step is to red…
-
Hello @tomaarsen , I'm a student who loves using sentence-transformers library.
While looking at the codes, I thought that deduplication could be integrated in CachedGISTEmbedLoss (or just GISTEmbe…
-
Hello! I have a few questions and observations regarding the deduplication approach using MinHash in this repository. Specifically, I’m interested in some intuition around handling false positives and…
-
When deduplication is performed on the loaded appsec rules, we do not handle properly multilines seclang rules, for example (from the CRS):
```
SecAction \
"id:901200,\
phase:1,\
pass…
-
**Is your feature request related to a problem? Please describe.**
After #3211, now I'm seeing duplicate results in my lsp references results:
![image](https://github.com/user-attachments/assets/c…
-
Hello,
I didnt see anything in the docs on deduplication, so thought I'd ask.
I do see that it has a (resume) type feature, so that is in one sense deduplication.
But what if I start running it …
-
### Describe the feature
When working on a CDK app where deploying around 200 IAM policies related to Organization Tags, along with 200 custom resources attached to a single IAM role. Customer is usi…