Add semantic caching

This commit is contained in:
2026-03-04 06:02:24 +00:00
parent 694b060fa4
commit e81aac2e29
9 changed files with 625 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ class TestKnowledgeSearch:
app.settings.deployed_index_id = "test-deployed-index"
app.settings.search_limit = 10
# No semantic cache by default
app.semantic_cache = None
return app
@pytest.fixture