Skip to content

Shotaro-Yoshinaga-sti/aoai-rag-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rag-sample

本ソースコードは、生成AIによるチャットシステムを実現するRAG(Retrieval-Augmented Generation)のサンプルコードです。

「シンプル」「強力」「すぐ動く」をモットーにしたアプリケーションで、これらかRAGを始める人に参考にしてもらうべく開発しました。

  • シンプル
    余計な機能がなく、シンプルなチャットのインターフェースのみを提供しています。これにより、ソースコードの可読性が高まり、中身を理解しやすくなっています。

  • 強力
    シンプルとはいえど機能は強力です。Azureの最先端の検索手法である「セマンティックハイブリッド検索」、Azure Static Web Apps、Azure Functionsによるフルサーバーレス構成といった最新技術が集結されています。

  • すぐ動く
    Azure Developer CLI、BicepによってIaC(Infrastructure as Code)を実現しており、コマンド一発でAzureにリソースがデプロイされて動くようになっています。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Bicep 37.6%
  • Python 29.2%
  • TypeScript 12.3%
  • PowerShell 8.2%
  • Shell 7.8%
  • CSS 3.9%
  • Other 1.0%