File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [main, master]
5+ branches : [master]
66 pull_request :
7- branches : [main, master]
7+ branches : [master]
88
99jobs :
1010 test :
4141
4242 - name : Check code style
4343 run : composer cs-check
44-
45-
46- docker :
47- runs-on : ubuntu-latest
48- needs : test
49-
50- steps :
51- - name : Checkout code
52- uses : actions/checkout@v4
53-
54- - name : Build Docker image
55- run : docker build -t rag-demo .
56-
57- - name : Test Docker Compose setup
58- run : |
59- docker-compose up -d
60- sleep 20
61- curl --fail http://localhost:6333/health
62- docker-compose logs
63- docker-compose down
Original file line number Diff line number Diff line change 11# RAG с векторным поиском на PHP 🔍🤖
22
3- [ ![ Статус CI] ( https://github.com/yourusername /rag-vectors-presentation /workflows/CI/badge.svg )] ( https://github.com/yourusername /rag-vectors-presentation /actions )
3+ [ ![ Статус CI] ( https://github.com/axcherednikov /rag-php-example /workflows/CI/badge.svg )] ( https://github.com/axcherednikov /rag-php-example /actions )
44[ ![ PHP 8.2+] ( https://img.shields.io/badge/PHP-8.2%2B-blue.svg )] ( https://php.net )
55[ ![ Лицензия MIT] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
66
@@ -298,9 +298,9 @@ SIMILARITY_THRESHOLD=0.7
298298
299299## 🙋 Поддержка
300300
301- - 🐛 ** Баги и предложения** : [ GitHub Issues] ( https://github.com/yourusername /rag-vectors-presentation /issues )
301+ - 🐛 ** Баги и предложения** : [ GitHub Issues] ( https://github.com/axcherednikov /rag-php-example /issues )
302302- 📚 ** Документация** : Смотрите папку ` /docs `
303- - 💬 ** Обсуждения** : [ GitHub Discussions] ( https://github.com/yourusername /rag-vectors-presentation /discussions )
303+ - 💬 ** Обсуждения** : [ GitHub Discussions] ( https://github.com/axcherednikov /rag-php-example /discussions )
304304
305305## 🎉 Поддержите проект
306306
@@ -314,4 +314,4 @@ SIMILARITY_THRESHOLD=0.7
314314
315315** Готовы погрузиться в мир современных RAG систем?** Начните с ` make setup ` , а затем ` make demo ` для полного опыта! 🚀
316316
317- > 💡 ** Совет** : После установки попробуйте команду ` php bin/console products:chat ` и спросите: * "Посоветуй мощный процессор для разработки на PHP"*
317+ > 💡 ** Совет** : После установки попробуйте команду ` php bin/console products:chat ` и спросите: * "Посоветуй мощный процессор для разработки на PHP"*
You can’t perform that action at this time.
0 commit comments