chat-with-your-data-solution-accelerator icon indicating copy to clipboard operation
chat-with-your-data-solution-accelerator copied to clipboard

feat: [WIP] implement chat endpoint switch

Open gaurarpit opened this issue 1 year ago • 1 comments

Purpose

  • Implement capability to switch endpoint to custom or byod based on env config to give flexibility to users for their needs.
  • Resolves #650

Does this introduce a breaking change?

  • [ ] Yes
  • [x] No

How to Test

  • Test the code
poetry run pytest -m "not azure and not functional"      
poetry run pytest -m "functional"      
poetry run pytest -m "not azure"      

What to Check

Verify that the following are valid

  • ...

Other Information

gaurarpit avatar May 14 '24 14:05 gaurarpit

Coverage

Coverage Report •
FileStmtsMissCoverMissing
code
   create_app.py137397%203, 208, 331
code/backend/batch/utilities/helpers
   env_helper.py1371092%228, 233–234, 237–239, 251, 255–257
code/backend/batch/utilities/helpers/config
   conversation_flow.py40100% 
TOTAL247367272% 

Tests Skipped Failures Errors Time
212 0 :zzz: 0 :x: 0 :fire: 11.966s :stopwatch:

github-actions[bot] avatar May 14 '24 14:05 github-actions[bot]

I think this should be marked as a breaking change

cecheta avatar May 21 '24 15:05 cecheta

I think this should be marked as a breaking change

Because this is a breaking change - I think we link to a new page from this link A backend that mimics the [On Your Data] flow, with the ability to switch to a custom backend. This could then document what these two endpoints do

ross-p-smith avatar May 21 '24 22:05 ross-p-smith

I think this should be marked as a breaking change

Because this is a breaking change - I think we link to a new page from this link A backend that mimics the [On Your Data] flow, with the ability to switch to a custom backend. This could then document what these two endpoints do

That's a very good suggestion. Will get something updated on the documentation today.

gaurarpit avatar May 22 '24 08:05 gaurarpit