MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / delete_embedding_by_source_ids

Function delete_embedding_by_source_ids

apps/knowledge/task/embedding.py:225–231  ·  view source on GitHub ↗

删除向量根据source_id_list @param source_ids: @return:

(source_ids: List[str])

Source from the content-addressed store, hash-verified

223
224
225def delete_embedding_by_source_ids(source_ids: List[str]):
226 """
227 删除向量根据source_id_list
228 @param source_ids:
229 @return:
230 """
231 ListenerManagement.delete_embedding_by_source_ids(source_ids)
232
233
234def update_problem_embedding(problem_id: str, problem_content: str, model_id):

Callers 2

deleteMethod · 0.90
deleteMethod · 0.90

Calls 1

Tested by

no test coverage detected