A package for building RAG chatbot applications for educational contexts.
Project description
Maeser
Overview
This package is designed to facilitate the creation of Retrieval-Augmented Generation (RAG) chatbot applications, specifically tailored for educational purposes. It leverages the capabilities of LangGraph, a powerful tool for serving RAG pipelines, to provide a robust backend for chatbot interactions.
Detailed documentation can be found here.
Features
- RAG Pipeline Integration: Utilizes LangGraph to seamlessly integrate RAG pipelines into the chatbot, enhancing its ability to generate informative and contextually relevant responses.
- Session Management: Comes equipped with a session manager to handle interactions efficiently, ensuring a smooth and coherent conversation flow.
- Web Interface: Includes optional prebuilt Flask applications, making it easy to deploy the chatbot on a web browser for accessible and interactive user experiences.
- Terminal Interface: Offers a simple terminal interface for users who prefer a more straightforward method of interaction, making it versatile for different use cases.
Potential Use Cases
- Help students study for an exam
- Generate example problems
- Provide guided help for students completing homework
- Not giving them the answers but providing hints and guided help to step them through the problems
- Pointing the students back to the textbook or slides when guiding them
- Assist them in completing the labs
- Review their code and provide feedback
- Help them resolve common issues such as issues with the Vivado tools
Getting Started
Development Setup
To begin using the Maeser Chatbot, follow the development setup instructions. This page includes instructions for cloning the repository and running the app.
NOTE: This application is intended to run on Unix-based systems. For help running Maeser on Windows, follow the development setup using Windows Subsystem Linux instructions.
Example
For a fully working example application, follow the documentation for the example application.
Embedding Context
Follow the documentation for embedding custom content here.
Graphs
An understanding of langchain and langgraph is necessary for customizing the application for any use case. Follow documentation and tutorials here.
Repository Organization
Directories:
maesercontains the source code for the application.distcontains configuration and code for distributing the module.requirementscontains python requirements files.sphinx_docscontains sphinx related code and various documentation files.testscontains unit test files for the application's source code.
Maeser is licensed on the LGPL version 3 or later: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See COPYING.LESSER.md and COPYING.md for more details on the GNU Lesser General Public License. Other resources may be licensed under different compatible licenses, such as the MIT License (Bootstrap Icons), CC0 1.0 (normalize.css), or CC-BY-SA 4.0 (images and vector stores).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maeser-1.0.0.tar.gz.
File metadata
- Download URL: maeser-1.0.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35d261f6298e73e810718b554ad142218c88c39833d73c1eb2116e978115428
|
|
| MD5 |
1fa3a0a503f70bdfd84ae082f67d5001
|
|
| BLAKE2b-256 |
0717eb21ab8f855a31f7655cbe9f4afbb3044b7f14783a8d75639f1d6a271af6
|
File details
Details for the file maeser-1.0.0-py3-none-any.whl.
File metadata
- Download URL: maeser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25af3eba81f548c66c16f3932de6fcfacf7cb6135ba4da4950cd24f43fa954f2
|
|
| MD5 |
18854eefd1368d9dfe8abfd73ca5debe
|
|
| BLAKE2b-256 |
13c17736beb51b57e48829f01e570db4d18bd3134f4ebc76fb2a9b3bc9f96ec6
|