Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Feb 18, 2025
1 parent b1520f2 commit 54160e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/tests/chat-engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ test.describe('Chat Engine', () => {
id: 1,
}],
},
knowledge_graph: {
enabled: false,
}
});
expect(chatEngine.llm_id).toBeNull();
expect(chatEngine.fast_llm_id).toBeNull();
Expand Down Expand Up @@ -113,6 +116,7 @@ test.describe('Chat Engine', () => {
}],
},
knowledge_graph: {
enabled: false,
depth: 1,
include_meta: true,
using_intent_search: true,
Expand Down

0 comments on commit 54160e7

Please sign in to comment.