Skip to content

Commit

Permalink
docs: add some new links
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Sep 4, 2024
1 parent 8953702 commit e3d72d7
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 428 deletions.
907 changes: 482 additions & 425 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/ai.md → docs/ai/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [What is Semantic Kernel?](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
- [Introducing GPTs](https://openai.com/blog/introducing-gpts)
- [Using Phi-3 & C# with ONNX for text and vision samples](https://devblogs.microsoft.com/dotnet/using-phi3-csharp-with-onnx-for-text-and-vision-samples-md/)
- [Building a Local RAG System for Privacy Preservation with Ollama and Weaviate](https://weaviate.io/blog/local-rag-with-ollama-and-weaviate)
- [Getting started with Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-csharp)

## 📺 Videos
- [ChatGPT Might Make Developers Unemployed In A Few Years](https://www.youtube.com/watch?v=C6tRcvY5xZg)
Expand Down Expand Up @@ -81,6 +81,7 @@
- [microsoft/autogen](https://github.com/microsoft/autogen) - A programming framework for agentic AI.
- [microsoft/JARVIS](https://github.com/microsoft/JARVIS) - JARVIS, a system to connect LLMs with ML community. Paper:
- [Kwai-Kolors/Kolors](https://github.com/Kwai-Kolors/Kolors) - Kolors: Effective Training of Diffusion Model for Photorealistic Text-to-Image Synthesis
- [microsoft/kernel-memory](https://github.com/microsoft/kernel-memory) - RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns

## Samples
- [Azure-Samples/openai-dotnet-samples](https://github.com/Azure-Samples/openai-dotnet-samples)
Expand Down
16 changes: 16 additions & 0 deletions docs/ai/rag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# RAG

## Articles
- [Building a Local RAG System for Privacy Preservation with Ollama and Weaviate](https://weaviate.io/blog/local-rag-with-ollama-and-weaviate)
- [Typical RAG Implementation Using Semantic Kernel, Kernel Memory, and Aspire in .NET](https://nikiforovall.github.io/dotnet/ai/2024/09/04/typical-rag-dotnet.html)
- [Using Phi-3 & C# with ONNX for text and vision samples](https://devblogs.microsoft.com/dotnet/using-phi3-csharp-with-onnx-for-text-and-vision-samples-md/)
- [Introducing Phi-3: Redefining what’s possible with SLMs](https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/)

## Videos
- [.NET AI Community Standup - Phi-3 & C#: Bringing AI to your .NET Apps](https://www.youtube.com/watch?v=fbojvzHGtkM)

## Libraries
- [microsoft/kernel-memory](https://github.com/microsoft/kernel-memory) - RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns

## Books
- [Building LLMs for Production: Enhancing LLM Abilities and Reliability with Prompting, Fine-Tuning, and RAG](https://www.amazon.com/Building-LLMs-Production-Reliability-Fine-Tuning/dp/B0D4FFPFW8)
3 changes: 2 additions & 1 deletion docs/database/replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
- [Write Concern for Replica Sets](https://www.mongodb.com/docs/manual/core/replica-set-write-concern/)
- [Read Preference Use Cases](https://www.mongodb.com/docs/manual/core/read-preference-use-cases/)
- [Deploy a Self-Managed Replica Set](https://www.mongodb.com/docs/manual/tutorial/deploy-replica-set/)
- [Convert a Standalone Self-Managed mongod to a Replica Set](https://www.mongodb.com/docs/manual/tutorial/convert-standalone-to-replica-set/#std-label-server-replica-set-deploy-convert)
- [Convert a Standalone Self-Managed mongod to a Replica Set](https://www.mongodb.com/docs/manual/tutorial/convert-standalone-to-replica-set/#std-label-server-replica-set-deploy-convert)
- [Connect to a Deployment](https://www.mongodb.com/docs/mongodb-shell/connect/)
1 change: 1 addition & 0 deletions docs/microservices/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
- [event-driven-dotnet/EventDriven.ReferenceArchitecture](https://github.com/event-driven-dotnet/EventDriven.ReferenceArchitecture) ⭐ - Reference architecture for using EventDriven abstractions and libraries for Domain Driven Design (DDD), Command-Query Responsibility Segregation (CQRS) and Event Driven Architecture (EDA).
- [ebubekirdinc/SuuCat](https://github.com/ebubekirdinc/SuuCat) - SuuCat is a sample containerized application consisting of several microservices. Its purpose is to use microservice patterns in practice
- [Physer/Microshop.NET](https://github.com/Physer/Microshop.NET) - A .NET e-commerce showcase in a event-driven microservices architecture
- [dotnet/eShopSupport](https://github.com/dotnet/eShopSupport) - A reference .NET application using AI for a customer support ticketing system

## 📚 Books
- [Microservices Architecture and Step by Step Implementation on .NET](https://aspnetrun.azurewebsites.net/Microservices)
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ nav:
- Akka .NET: actor-model-architecture/akka-net.md
- Orleans: actor-model-architecture/orleans.md
- Protoactor: actor-model-architecture/protoactor.md
- AI: ai.md
- AI:
AI: ai/ai.md
RAG: ai/rag.md
- Algorithms: algorithm.md
- Anti Patterns:
- Anti Patterns: anti-patterns/anti-patterns.md
Expand Down

0 comments on commit e3d72d7

Please sign in to comment.