mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
Merge branch 'feat/rag' of github.com:RockChinQ/LangBot into feat/rag
This commit is contained in:
@@ -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={},
|
||||
|
||||
Reference in New Issue
Block a user