mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
fix: no longer require Query for invoking embedding
This commit is contained in:
@@ -100,7 +100,6 @@ class ProviderAPIRequester(metaclass=abc.ABCMeta):
|
||||
|
||||
async def invoke_embedding(
|
||||
self,
|
||||
query: core_entities.Query,
|
||||
model: RuntimeEmbeddingModel,
|
||||
input_text: str,
|
||||
extra_args: dict[str, typing.Any] = {},
|
||||
|
||||
Reference in New Issue
Block a user