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

Get embeddings cookbook #47

Merged
merged 17 commits into from
Oct 12, 2023
Merged

Conversation

colombod
Copy link
Collaborator

@colombod colombod commented Oct 2, 2023

Purpose

  • Adding cook book samples for c# Azure Open AI SDK
    relates to #45

Embeddings
Embeddings @colombod
Embedding long input text @colombod
Get embeddings from a dataset @colombod
Embedding Wikipedia articles for search @colombod
Semantic text search using embeddings @colombod
Question answering using embeddings @colombod

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

  • Follow instructions in the notebooks
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

  • samples should be fetching dependencies and run

Other Information

Copy link
Collaborator

@luisquintanilla luisquintanilla left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @colombod

@colombod colombod marked this pull request as ready for review October 12, 2023 17:27
@colombod colombod merged commit 6817586 into Azure-Samples:main Oct 12, 2023
1 check passed
@colombod colombod deleted the embedding_sample branch October 12, 2023 22:25
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