Wednesday, 19 February 2025
Thursday, 6 February 2025
Links to LLM Articles
- Crescendo Attack: 2404.01833
- The Price of Intelligence: The Price of Intelligence - ACM Queue
- https://arxiv.org/abs/2502.11371v1
- https://techcommunity.microsoft.com/blog/adforpostgresql/introducing-the-graphrag-solution-for-azure-database-for-postgresql/4299871
- https://www.microsoft.com/en-us/research/blog/lazygraphrag-setting-a-new-standard-for-quality-and-cost/?msockid=3a065a80a9a960181f744951a89b618b
- https://techcommunity.microsoft.com/blog/azure-ai-services-blog/graphrag-costs-explained-what-you-need-to-know/4207978
- https://github.com/Azure-Samples/graphrag-accelerator
- https://microsoft.github.io/graphrag/
- https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-new-fine-tuning-capabilities-with-o1-mini-model-on-azure-openai-servi/4358186
Wednesday, 28 February 2024
Azure OpenAI Architecture Patterns & Deployment Patterns
Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices:
(1) Azure OpenAI Landing Zone reference architecture (microsoft.com),
(2) Protect Azure OpenAI using Azure Web Application Firewall on Azure Front Door | Microsoft Learn,
(3) Azure OpenAI Architecture Patterns and implementation steps - Microsoft Community Hub,
(5) Azure security baseline for Azure OpenAI | Microsoft Learn .
Sunday, 25 February 2024
Visual Studio Code | You don't have permissions to push username/repository on GitHub
If you get the following error message when you are trying to commit code from Visual Studio Code to GitHub Repo. The following is an easy fix:
[Step # 1] Go to your control panel -> Credential Manager:
Wednesday, 14 February 2024
Saturday, 11 February 2023
Microsoft Azure | Key Phrase Extraction using Azure.AI.TextAnalytics;
Problem Statement: Extract key phrases from a sentence or a paragraph.
Solution:
Azure documentation link : What is key phrase extraction in Azure Cognitive Service for Language? - Azure Cognitive Services | Microsoft Learn
(Step-1) In Azure Portal create a 'Language Service' under 'cognitive services'.
(Step-2) Select 'Custom text classification & Custom names entity recognition' as shown above.
(Step-3) Create a service.
(Step-4) When the services is created extract the key & uri:
(Step-5) Use the following C# code, insert the key, URI and a sentence. [I used visual studio and installed all the right packages]. That's it :)
Wednesday, 30 September 2020
Personal Camping/Tent Checklist
Tent Essentials:
1. Under tent ground cover
2. Tent
3. Tent poles
4. Tent pegs
5. Tent hammer
6. Tent mats
7. Sleeping bags
8. Tent chairs
9. Tent tables
10. Power cable
11. Power extension
12. Tent light
13. Tent fan
14. Tent heater
15. Mosquito repellent
16. Stove
17. Stove refills
18. Sunscreen
19. Torch
20. First aid kit
21. Power extension switchboard
Technology Essentials:
1. Mobile phones chargers
2. Mobile Phones
3. Kids iPads
4. Watch
5. Watch Charger
Cooking Essentials:
1. Electric kettle
2. Frying pan
3. Match
4. BBQ Accessories
Sports Essentials:
1. Soccer ball
2. Tennis rackets
3. Tennis Balls
4. Swimming Cloths
5. Swimming Goggles
6. Snorkeling Kits
7. Golf set
8. Golf balls
9. Basketball
10. Runnings shoes
11. Runnings bag-pack
12. Fishing Stuff
Sleeping Essentials:
1. Sleeping pillows
2. Quilt
Other Essentials:
1. Tissues
2. Clothes
3. Food
4. Books
5. Cards / Board games
Shower Essentials:
1. Towels
2. Soap / Shower Gel
3. Shampoo
4. Shower gloves
5. Toothpaste
6. Toothbrush
Travel Essentials:
1. Back support
2. Massage ball
3. Snacks
4. Water bottles
Medical Essentials:
1. Asthma puffer
2. Other medicines
Executive Summary: Anthropic's Claude Mythos Model
What Happened Anthropic announced Claude Mythos Preview , a new AI model it describes as its most capable ever — and so powerful in cyber...
-
Setting up a MPI cluster on Ubuntu involves the following steps: 1. Install OpenMPI on all machines. $sudo apt-get install libopenmpi-de...
-
> dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --version 1.30.0 using Microsoft . SemanticKernel ; using Micr...
-
What Happened Anthropic announced Claude Mythos Preview , a new AI model it describes as its most capable ever — and so powerful in cyber...
