Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liana313 authored Oct 21, 2024
1 parent aacd088 commit 3f97c0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ LOTUS offers a number of semantic operators in a Pandas-like API, some of which

| Operator | Description |
|------------|-------------------------------------------------|
| sem_map | Map each row of the dataframe using a natural language projection |
| sem_filter | Keep rows that match the natural language predicate |
| sem_agg | Performs a natural language aggregation across all rows of a column (e.g. for summarization) |
| sem_topk | Order the dataframe by some natural langauge sorting criteria |
| sem_join | Join two dataframes based on a natural language predicate |
| sem_dedup | Deduplicate rows of a dataframe based on semantic similarity |
| sem_map | Map each record using a natural language projection |
| sem_filter | Keep records that match the natural language predicate |
| sem_agg | Performs a natural language aggregation across all records (e.g. for summarization) |
| sem_topk | Order the records by some natural langauge sorting criteria |
| sem_join | Join two datasets based on a natural language predicate |
| sem_dedup | Deduplicate records based on semantic similarity |
| sem_index | Create a semantic similarity index over a text column |
| sem_search | Perform top-k search the over a text column |

Expand Down

0 comments on commit 3f97c0a

Please sign in to comment.