mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 23:36:02 +00:00
feat(rag): make embedding and retrieving available
This commit is contained in:
@@ -186,6 +186,6 @@ class EmbeddingModelsService:
|
||||
|
||||
await runtime_embedding_model.requester.invoke_embedding(
|
||||
model=runtime_embedding_model,
|
||||
input_text='Hello, world!',
|
||||
input_text=['Hello, world!'],
|
||||
extra_args={},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user