-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize search query generation #652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI is breaking with a ruff linter issue. Please also run the tests to see if they still pass, I believe you'll need to update some mocks. Let me know if I can help with the tests.
Co-authored-by: Pamela Fox <[email protected]>
…s/azure-search-openai-demo into srbalakr/exp-fncall
Addressed comments and added Ut's. Help take a look. |
* Use function call to stabilize search query * minor changes * sort imports * fix ruff * s * Update app/backend/approaches/chatreadretrieveread.py Co-authored-by: Pamela Fox <[email protected]> * s * blacj format * add test * save --------- Co-authored-by: Pamela Fox <[email protected]>
Purpose
Stabilize search query generation using function calls as one approach. This example also illustrate function call to get structure response in rag sample.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information