mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 10:56:35 +02:00
fix embeddings not found bug (#120)
This commit is contained in:
parent
701187474f
commit
07ef1af24f
2 changed files with 27 additions and 11 deletions
|
|
@ -175,6 +175,8 @@ fn normal_flow(module: &mut Tester, filter_context: i32, http_context: i32) {
|
|||
.expect_get_buffer_bytes(Some(BufferType::HttpCallResponseBody))
|
||||
.returning(Some(&embeddings_response_buffer))
|
||||
.expect_log(Some(LogLevel::Debug), None)
|
||||
.expect_log(Some(LogLevel::Warn), None)
|
||||
.expect_log(Some(LogLevel::Warn), None)
|
||||
.expect_log(Some(LogLevel::Debug), None)
|
||||
.expect_http_call(
|
||||
Some("model_server"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue