Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Dec 27, 2024
1 parent ac208ce commit 8256540
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 @@ -50,6 +50,8 @@ def ask_service():
),
"user_guide_assistance": user_guide_assistance.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 8256540

Please sign in to comment.