Skip to content

Commit bc86a00

Browse files
committed
extending README
1 parent 21ad57e commit bc86a00

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
SymfonyCon Bot 2023
22
===================
33

4-
Chatbot for SymfonyCon 2023
4+
Chatbot for SymfonyCon 2023 with Telegram integration.
5+
6+
Use it on Telegram: [@SymfonyConBot](https://t.me/SymfonyConBot)
7+
8+
What's it about?
9+
----------------
10+
11+
This bot is a small demo app for the SymfonyCon 2023 conference.
12+
It's a simple bot that can be used to get information about the conference.
13+
It knows a few things about the conference, like the dates, the location, and
14+
the schedule.
15+
16+
The bot demonstrates a simple way to implement Retrieval Augmented Generation
17+
(RAG) with Symfony and OpenAI's API.
18+
19+
Requirements
20+
------------
21+
22+
* PHP 8.2
23+
* Doctrine compatible database engine
24+
* [Symfony CLI](https://symfony.com/doc/master/cloud/getting-started#installing-the-cli-tool) (or sth similar)
25+
* [Ngrok](https://ngrok.com/download) (or sth similar)
26+
* [Telegram Bot Token](https://core.telegram.org/bots#6-botfather)
27+
* [OpenAI API Key](https://platform.openai.com/docs/overview)
28+
* [Pinecone API](https://www.pinecone.io/)

0 commit comments

Comments
 (0)