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

Function run_save_table_embeddings

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

Source from the content-addressed store, hash-verified

34
35
36def 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
41def run_save_ds_embeddings(ids: List[int]):

Callers 5

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