Merge branch 'feat/rag' of github.com:RockChinQ/LangBot into feat/rag

This commit is contained in:
WangCham
2025-07-13 23:09:41 +08:00
17 changed files with 1339 additions and 76 deletions

View File

@@ -185,7 +185,6 @@ class EmbeddingModelsService:
runtime_embedding_model = await self.ap.model_mgr.init_runtime_embedding_model(model_data)
await runtime_embedding_model.requester.invoke_embedding(
query=None,
model=runtime_embedding_model,
input_text='Hello, world!',
extra_args={},