(ids: List[int])
| 34 | |
| 35 | |
| 36 | def run_save_table_embeddings(ids: List[int]): |
| 37 | from apps.datasource.crud.table import save_table_embedding |
| 38 | executor.submit(save_table_embedding, session_maker, ids) |
| 39 | |
| 40 | |
| 41 | def run_save_ds_embeddings(ids: List[int]): |
no outgoing calls
no test coverage detected