Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chr-hertel/symfonycon-bot-2023
Chatbot for SymfonyCon 2023 with Telegram integration
https://github.com/chr-hertel/symfonycon-bot-2023
Last synced: 28 days ago
JSON representation
Chatbot for SymfonyCon 2023 with Telegram integration
- Host: GitHub
- URL: https://github.com/chr-hertel/symfonycon-bot-2023
- Owner: chr-hertel
- License: mit
- Created: 2023-11-25T17:27:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-03T20:26:39.000Z (11 months ago)
- Last Synced: 2024-08-02T20:48:06.189Z (3 months ago)
- Language: PHP
- Size: 332 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SymfonyCon Bot 2023
===================Chatbot for SymfonyCon 2023 with Telegram integration.
Use it on Telegram: [@SymfonyConBot](https://t.me/SymfonyConBot)
What's it about?
----------------This bot is a small demo app for the SymfonyCon 2023 conference.
It's a simple bot that can be used to get information about the conference.
It knows a few things about the conference, like the dates, the location, and
the schedule.The bot demonstrates a simple way to implement Retrieval Augmented Generation
(RAG) with Symfony and OpenAI's API.Requirements
------------* PHP 8.2
* Doctrine compatible database engine
* [Symfony CLI](https://symfony.com/doc/master/cloud/getting-started#installing-the-cli-tool) (or sth similar)
* [Ngrok](https://ngrok.com/download) (or sth similar)
* [Telegram Bot Token](https://core.telegram.org/bots#6-botfather)
* [OpenAI API Key](https://platform.openai.com/docs/overview)
* [Pinecone API](https://www.pinecone.io/)