File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
SymfonyCon Bot 2023
2
2
===================
3
3
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/ )
You can’t perform that action at this time.
0 commit comments