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

Add semantic kernel vector store approaches #106

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

milderhc
Copy link
Contributor

@milderhc milderhc commented Dec 4, 2024

Purpose

  • Adding vector store functionality to the Ask and Chat sections. Using hybrid search + semantic ranker, query captions are not available as the semantic kernel maps the documents and returns them without that extra info.
  • Updated Azure AI Search SDK version

Does this introduce a breaking change?

[ ] Yes
[x] 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

What to Check

Verify that the following are valid

  • ...

Other Information

@milderhc milderhc requested a review from brunoborges as a code owner December 4, 2024 22:09
String indexName;

@Value("${openai.chatgpt.deployment}")
private String gptChatDeploymentModelId;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required. we can delete this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still use these variables. The embedding generation service and chat completion service in SK need their models as input.

app/frontend/src/pages/chat/Chat.tsx Outdated Show resolved Hide resolved
@dantelmomsft dantelmomsft merged commit 1d3d6ea into Azure-Samples:main Jan 30, 2025
5 checks passed
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.

2 participants