Skip to content

Glareone/AI-LLM-RAG-best-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI and ChatGPT repo

My Workshops and Posts

My LinkedIn Posts & Presentations

  1. GenAI. Where could be applied. Post 1.pdf
  2. GenAI in Application Refactoring field, Slides.pdf
  3. Legal problems with AI.pdf
  4. Paradigms: Rag, Self-RAG, Re-Ranking RAG, FLARE v.2.pdf
  5. Working with opinionated requests. S2A, RLHF, RLAIF.pdf
  6. Multi-Modal RAG and its features.pdf
  7. Measuring the GenAI Quality.pdf
  8. LLM leveraging RLHF in code review
  9. Everything of Thoughts (XoT). All modern techniques in one place
  10. Non deterministic embedding results
  11. AI Search vs PostgreSQL with pgvector in PROD
  12. Prod-Ready LLM Solutions. Cook Book.
  13. Quality Framework For RAG Applications.pdf
  14. Crew.AI. Agents in LLM Applications (In Progress)
  15. Pydantic data classes and how to manage the output format (In Progress)
  16. XML vs Markdown vs Json for tagging in prompting and metaprompting (In Progress)
  17. Crawlers for LLMs: https://python.langchain.com/v0.1/docs/use_cases/web_scraping/ , https://ai.gopubby.com/use-ai-to-scrape-almost-all-websites-easily-in-2025-f868adc41e0f, https://github.com/Skyvern-AI/skyvern, https://gotenberg.dev/docs/routes, https://jina.ai/reader, https://github.com/unclecode/crawl4ai, https://crawlee.dev/, https://github.com/bracesproul/site-rag/, https://www.firecrawl.dev, https://github.com/mishushakov/llm-scraper
  18. Table extraction in RAG systems (In Progress)
  19. Choosing the right programming language for your next AI LLM project
  20. Misjudgements using LogProbs (In Progress)

My Workshops

  1. June 2023. My Workshop Presentation. Run 1.pptx
  2. Online Workshop. ChatGPT -> Azure Function -> PowerAutomate. Run 2.pptx
  3. Online Workshop. Run 3. Deep Learning -> Prompting -> ChatGPT -> Azure Function -> PowerAutomate
  4. Online+Offline Workshop for EHU University
  5. Talk #3. RAG, FLARE, S2A, RLHF, RLAIF, Self-RAG, Re-Ranking. Common approaches and their pros & cons

Theoretical Part

  1. Six Principles of responsible AI
  2. Responsible AI. Trusted AI Framework. Content Filters. Harmful Content. Prerelease Reviews
  3. What is ChatGPT Doing. and why does it work
  4. LLM UseCase in Google. Sorting Optimization
  5. Embeddings. Words to Vector. Useful in Search Scenarios and for Cognitive Search
  6. Cognitive Search. Video
  7. Cognitive Search. From Zero to Hero
  8. Cognitive Search. Indexers. AI Enrichment. Build-in Skills
  9. Transformers. Embeddings. Foundational Model
  10. Computer Vision. Cognitive. AI Face. Custom Vision
  11. Document Intelligence
  12. Azure AI Speech. Speech To Text. Text To Speech. Azure Services
  13. Natural Language Processing(NLP). Text Meaning and analysis. General ways how to
  14. Azure Language Service. Commands interpretation
  15. Azure Language Service. Question-Answer Knowledge base for bots. Question Answering service.
  16. Regression. Logistic and Linear Regression. Multiclass regression

Azure Learn Useful Materials

  1. AI Search. Debug Search Issues
  2. AI Search. Performance and Monitoring
  3. AI Search. Search and Scoring
  4. AI Search. Implement Advanced Search Features. Scoring Profiles, Fuzzy Search, Term Boosting, Term Proximity
  5. AI Search. Scoring profile lab. Add Different Language descriptions
  6. AI Search. Enchance Index by translation using skills
  7. AI Search. Custom Skill using Azure Function
  8. AI Search. Use Custom Analyzers (not default Microsoft Lucene)
  9. AI Search. Geo-spatial functions
  10. AI Search. Knowledge Mining. Lab
  11. AI Search -> PowerBI Table Projection from OCR Document Intelligence
  12. Composed Document Intelligense Models. Case if you need to analyze several doc types
  13. Vision. Train a Custom Model using COCO
  14. Containers. AI Services in Containers, in AKS, ACI, or even locally
  15. Containers. Run services in Isolated Environment disconnected from the internet
  16. Analyze Video Indexer. Widgets Integration and API
  17. Semantic Ranking configuration in AI Search Index
  18. Knowledge Store & Knowledge Mining with AI Search
  19. Integrate OpenAI into App. Useful Lab
  20. Host Mistral and other models in AI Hub
  21. AI Language. Multi-turn multi-step conversation
  22. AI Language. Conversation Language understanding. Classical way to build AI-assistant. Utterances: Turn-on Turn-off & Smart home
  23. AI Language. Custom Named Entities Recognition. Laws, Business Cases
  24. Key Phrases Extraction from text, Sentiment Analysis, Linked Entities
  25. Translate speech to text. Materials
  26. Translate speech to text and synthesize the output if needed. Example
  27. AI Speech. Speech Synthesis
  28. Run Cognitive Services in Docker
  29. Custom Vision. Deploy Custom Vision on the edge devices (phones) using compact models
  30. Custom Vision. Recognize issues in factory. Upload images, Tag Images, and Train the Model
  31. Anomaly Detector for IoT. Univariate Detector (multi-stream)

Azure Search & Document Intelligence

  1. Cognitive Search. Video
  2. Cognitive Search. From Zero to Hero
  3. Cognitive Search. Indexers. AI Enrichment. Build-in Skills
  4. Document Intelligence

Machine Learning Materials

  1. Machine Learning
    a. Machine Learning lab by Microsoft
  2. How Deep Learning Works

Extra materials

  1. Vector Database selection & comparison. VectorDB
  2. Transformer Explainer. Transformer Explainer is an interactive visualization tool designed to help anyone learn how Transformer-based models like GPT work
  3. Table extraction in RAG systems

Practical Part. Table of Content

  1. Example:ConsoleApp CommandGuess
  2. Example: Azure Function with ChatGPT (completion and chat-completion)
  3. Example: Integration with PowerAutomate
  4. Example: Integration with PowerApp
  5. Integration with Outlook (In progress)
  6. OpenAI + PowerAutomate Workshop by me.pptx
  7. Example: OpenAI + Redis
  8. BMW Dealer assistant. ChatGPT Chat + Startup + Redis + Context
  9. Get Embedding
  10. Form Recognizer Cognitive Service
  11. Content Filters (in progress)
  12. OpenAI straightforward examples
  13. Azure Bot Service & Chatbot Framework
  14. LangChain meets Go
  15. TenzorZero Framework (In progress)
  16. Key Phrases Extraction. AI Language. Sentiment Analysis. Extracted Linked Entities
  17. AI Search and Custom Skill using Azure Function
  18. Document Intelligence, Best Practices (In progress)

Semantic Kernel

image
image

Semantic Kernel. Knowledge base

  1. Semantic kernel and AI Assistant
  2. Creative Writing Assistant with Semantic Kernel and .Net Aspire

SemanticKernel. Practical part

  1. Initial Example
  2. Interactive Chat with Chat History
  3. Model Switching. Hugging Face
  4. Semantic Function for Conversational Chat
  5. Semantic Kernel Pipeline

LangChain

LangChain using Golang

  1. General Examples (In Progress)

General Information

0: RAG. Cheatsheet

image

1: PowerAutomate. React on manual trigger

image

2: PowerAutomate. React on keyword mentioned

image

.Net OpenAI SDK

.Net SDK (unofficial): https://github.com/Glareone/openai

OpenAI integration ideas

OpenAI

ChatGPT. GPT3.5 vs GPT4

image image

LLM Orchestration. LangChain & Semantic Kernel

Lang Chain

image