Skip to content
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

Question Answer Tool changes #767

Merged
merged 64 commits into from Apr 30, 2024

Conversation

komalg1
Copy link
Collaborator

@komalg1 komalg1 commented Apr 29, 2024

Purpose

Does this introduce a breaking change?

[x] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
The Web chat application should be able to return results along with citations for the ingested documents.

@komalg1 komalg1 requested a review from adamdougal April 29, 2024 15:10
@ross-p-smith
Copy link
Collaborator

Thank you for persisting with this - I love how the QuestionAnswerTool is slimmer now!! 💖 I can approve when the tests pass

@superhindupur
Copy link
Collaborator

LGTM too. Will wait for you to fix the unit tests, and I can approve. Thanks Komal!

@komalg1 komalg1 added this pull request to the merge queue Apr 30, 2024
Merged via the queue into Azure-Samples:main with commit ca911bf Apr 30, 2024
5 checks passed
@komalg1 komalg1 deleted the komal/iv-questionanswer branch April 30, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating QuestionAnswerTool to use Pull index & perform similarity search (remove get_vector_store())
5 participants