|
|
|
|
|
by riter
1132 days ago
|
|
Unfortunately there were not a whole lot of end-to-end examples of integrating Rasa with OpenAI nor functional boilerplates on github so I put a working prototype together in a few days and thus RasaGPT was bron. RasaGPT is a python-based boilerplate and reference implementation of Rasa and Telegram utilizing an LLM library like Langchain for indexing, retrieval and context injection. FastAPI end-points are made available for you to build your application on top of. Features include: - Automated hand-off to human if queries are out of bounds
- "Training" pipeline done via API
- Multi-tenant support
- Generate category labels from questions
- Works right out of the box with docker-compose
- Ngrok reverse tunnel and dummy data included
- Multiple use cases and a great starting point Hope you like it, more @ rasagpt.dev |
|
Are you using a language model to look up the correct reply to a particular response inside Rasa? Where Rasa presumably connects to some kind of backend to retrieve information or 'do stuff'?