Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jan 2, 2025
1 parent c4c3fcb commit 4881329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wren-ai-service/tests/pytest/services/test_ask.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def ask_service():
),
"user_guide_assistance": generation.UserGuideAssistance(
**pipe_components["user_guide_assistance"],
is_oss=settings.is_oss,
doc_endpoint=settings.doc_endpoint,
),
"retrieval": retrieval.Retrieval(
**pipe_components["db_schema_retrieval"],
Expand Down

0 comments on commit 4881329

Please sign in to comment.