REPOSITORY OVERVIEWLive repository statistics
★ 17Stars
⑂ 8Forks
◯ 3Open issues
◉ 17Watchers
42/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
24 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Programming LLMs
This is the official repository for the examples built throughout Microsoft Press' book Programming Large Language Models with Azure Open AI.
The three example projects cover various technologies and use cases:
- Chapter 6 utilizes the OpenAI SDK and develops a web application (ASP.NET in .NET 8) that acts as an assistant, rewriting emails and messages produced by the technical team in response to tickets opened by end customers.
- Chapter 7 explores the RAG (retrieval augmented generation) pattern by building a chatbot (in Streamlit and with Langchain) to ask questions and engage in conversations about loaded data, in the form of .pdf files.
- Chapter 8 constructs an agent (using SemanticKernel and APIs built in WEB API with .NET 8) capable of conversational handling of hotel room reservations, via APIs documented with OpenAPI.