MCPcopy Index your code
hub / github.com/dataease/SQLBot / run_save_ds_embeddings

Function run_save_ds_embeddings

backend/common/utils/embedding_threads.py:41–43  ·  view source on GitHub ↗
(ids: List[int])

Source from the content-addressed store, hash-verified

39
40
41def run_save_ds_embeddings(ids: List[int]):
42 from apps.datasource.crud.table import save_ds_embedding
43 executor.submit(save_ds_embedding, session_maker, ids)
44
45
46def fill_empty_table_and_ds_embeddings():

Callers 6

update_dsFunction · 0.90
sync_single_fieldsFunction · 0.90
sync_tableFunction · 0.90
update_table_and_fieldsFunction · 0.90
updateTableFunction · 0.90
updateFieldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected