# ai-samples **Repository Path**: ataoge/ai-samples ## Basic Information - **Project Name**: ai-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 56-error-pwsh-is-not-recognized - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-20 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Samples for .NET Welcome to the official home for .NET samples demonstrating how to use AI in your .NET applications. If you're new to AI, start at the top and work your way down. Otherwise, jump in wherever suits your interests. ### Quickstarts using Semantic Kernel | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------------------------------------| | 1 | Text Summary | [Hike Benefits Summary Project](./src/quickstarts/semantic-kernel/01-HikeBenefitsSummary/README.md) | 2 | Hiker AI | [Hiker AI Project](./src/quickstarts/semantic-kernel/02-HikerAI/README.md) | 3 | Chat Context/Data | [Chatting About my Previous Hikes Project](./src/quickstarts/semantic-kernel/03-ChattingAboutMyHikes/README.md) | 4 | Hiker AI Pro (Tool extension) | [Hiker AI Pro](./src/quickstarts/semantic-kernel/04-HikerAIPro/README.md) | 5 | Generating images | [Hike Images Project](./src/quickstarts/semantic-kernel/05-HikeImages/README.md) | REF | Using Milvus | [Coming Soon](.) | REF | Using Qdrant | [Coming Soon](.) ### Quickstarts using Azure OpenAI SDK | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------------------------------------| | 1 | Text Summary | [Hike Benefits Summary Project](./src/quickstarts/azure-openai-sdk/01-HikeBenefitsSummary/README.md) | 2 | Hiker AI | [Hiker AI Project](./src/quickstarts/azure-openai-sdk/02-HikerAI/README.md) | 3 | Chat Context/Data | [Chatting About my Previous Hikes Project](./src/quickstarts/azure-openai-sdk/03-ChattingAboutMyHikes/README.md) | 4 | Hiker AI Pro (Tool extension) | [Hiker AI Pro](./src/quickstarts/azure-openai-sdk/04-HikerAIPro/README.md) | 5 | Generating images | [Hike Images Project](./src/quickstarts/azure-openai-sdk/05-HikeImages/README.md) ### LLM Core Concepts | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------------------------------------| | REF | Tokenizer | [Coming Soon](.) | REF | Embeddings | [Coming Soon](.) | REF | RAG | [Coming Soon](.) | REF | Prompts / Prompt Engineering | [Coming Soon](.) ### End to End Examples | # | Topic | GitHub Link | |-----|---------------------------------------------|--------------| | E2E | Azure Search . | [Azure Search Repository](https://github.com/Azure-Samples/azure-search-openai-demo-csharp) | E2E | E-Shop Sample | [E-Shop Repository](https://github.com/dotnet/eshop) ### Local Models | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------| | REF | Phi | [Phi](./src/local-models/Phi) | REF | Llama 2 | [Coming Soon](.) ### Local Embedding Models | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------| | REF | Clip | [Coming Soon](.) ### Tokenizers | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------| | REF | TikToken | [Coming Soon](.) ### Vector Databases | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------| | REF | Azure AI Search | [Coming Soon](.) | REF | PostgreSQL + pgvector | [Coming Soon](.) | REF | Milvus | [Coming Soon](.) | REF | Qdrant | [Coming Soon](.) ### Reference Examples | # | Topic | GitHub Link | |-----|---------------------------------------------|-------------| | REF | Vector\ | [Coming Soon](.) ## .NET Foundation There are many .NET related projects on GitHub. - [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community. - [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/) - the best place to start learning about ASP.NET Core. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). ## License .NET (including the csharp-notebooks repo) is licensed under the [MIT](LICENSE) license.