ks6088ts-labs / workshop-azure-openai

Workshop for Azure OpenAI Service
https://ks6088ts-labs.github.io/workshop-azure-openai/
MIT License
5 stars 1 forks source link

チャット履歴を検索するアプリを追加 #27

Closed ks6088ts closed 2 months ago

ks6088ts commented 2 months ago

What this PR does / why we need it

Cosmos DB にクエリを発行してデータを取得する方法を理解するため、チャット履歴を検索するアプリを追加する。

Which issue(s) this PR fixes:

Fixes #26

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)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone git@github.com:ks6088ts-labs/workshop-azure-openai.git
cd workshop-azure-openai
make ci-test

What to Check

Verify that the following are valid

Additional Information