Skip to content

Commit 90d7ea3

Browse files
author
twitter-team
committed
README updates: representation-manager and representation-scorer
1 parent 5edbbee commit 90d7ea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Product surfaces at Twitter are built on a shared set of data, models, and softw
1818
| | [recos-injector](recos-injector/README.md) | Streaming event processor for building input streams for [GraphJet](https://github.com/twitter/GraphJet) based services. |
1919
| | [graph-feature-service](graph-feature-service/README.md) | Serves graph features for a directed pair of Users (e.g. how many of User A's following liked Tweets from User B). |
2020
| | [topic-social-proof](topic-social-proof/README.md) | Identifies topics related to individual Tweets. |
21+
| | [representation-scorer](representation-scorer/README.md) | Compute scores between pairs of entities (Users, Tweets, etc.) using embedding similarity. |
2122
| Software framework | [navi](navi/README.md) | High performance, machine learning model serving written in Rust. |
2223
| | [product-mixer](product-mixer/README.md) | Software framework for building feeds of content. |
23-
| | [timelines-aggregation-framework](timelines/data_processing/ml_util/aggregation_framework/README.md) | Framework for generating aggregate features in batch or real time.
24+
| | [timelines-aggregation-framework](timelines/data_processing/ml_util/aggregation_framework/README.md) | Framework for generating aggregate features in batch or real time. |
25+
| | [representation-manager](representation-manager/README.md) | Service to retrieve embeddings (i.e. SimClusers and TwHIN). |
2426
| | [twml](twml/README.md) | Legacy machine learning framework built on TensorFlow v1. |
2527

2628
The product surface currently included in this repository is the For You Timeline.

0 commit comments

Comments
 (0)