Update README.md

This commit is contained in:
Dmitry 2025-04-24 16:24:42 +03:00 committed by GitHub
parent 2680a0867f
commit 5354ad82b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
задача сравнения и актуализации документов
### RAG
- [Архитектура RAG: полный гайд](https://habr.com/ru/companies/raft/articles/791034/)
- [Обзор техник RAG: Retrieval Augmented Generation](https://habr.com/ru/articles/904032/)
- [Что такое RAG?](https://aws.amazon.com/ru/what-is/retrieval-augmented-generation/)
- Основная проблема RAG-подхода, на которой многие спотыкаются - это сегментация [(чанкинг)](https://towardsdatascience.com/rag-101-chunking-strategies-fdc6f6c2aaec/).
- [Создание решения RAG - Azure AI Search](https://learn.microsoft.com/ru-ru/azure/search/tutorial-rag-build-solution)