The aim of this project is to build a proof of concept using the Symfony AI bundle to create a knowledge database of Jira tickets.
- Make
- Docker
- PHP (>= 8.3)
- Composer
- Symfony CLI
- an OpenAI API KEY
- Some AWS S3 credentials
cp .env .env.localcomposer installmake startmake index-ticketsYou can pick up your tickets wherever you like. Simply write a new repository that implements the src/Domain/Repository/TicketRepository.php interface.
symfony server:start --port=8080 #as 8000 port is already used by chromadbApp will be available at http://127.0.0.1:8080/
You can edit Symfony AI Bundle configuration in config/packages/ai.yaml.
Enjoy !
