9 | This is a small demo app that can be used to explore the capabilities of LLM Chain together with Symfony,
10 | Symfony UX and Twig Live Components.
11 | Central to this demo are three chatbot examples that are implemented in src/**/Chat.php
and LLM Chain
12 | configuration can be found in config/packages/llm_chain.yaml
.
13 |
Retrieval Augmented Generation (RAG) based on Symfony's blog dumped to a vector store.
24 | Try Symfony Blog Bot 25 |Question answering started with a YouTube video ID which gets converted into a transcript.
43 | Try YouTube Transcript Bot 44 |A chatbot equipped with tools to search and read on Wikipedia about topics the user asks for.
62 | Try Wikipedia Research Bot 63 |Simple demonstration of speech-to-text with Whisper in combination with GPT.
84 | Try Audio Bot 85 |Simple demonstration of vision capabilities of GPT in combination with your webcam.
103 | Try Video Bot 104 |