An open API service indexing awesome lists of open source software.

https://github.com/codebasics/ds-rpc-01

Starter repository for the RPC-01: Internal Chatbot with Role Based Access Control
https://github.com/codebasics/ds-rpc-01

Last synced: 6 months ago
JSON representation

Starter repository for the RPC-01: Internal Chatbot with Role Based Access Control

Awesome Lists containing this project

README

          

# DS RPC 01: Internal chatbot with role based access control

This is the starter repository for Codebasics's [Resume Project Challenge](https://codebasics.io/challenge/codebasics-gen-ai-data-science-resume-project-challenge) of building a RAG based Internal Chatbot with role based access control. Please fork this repository to get started.

Basic Authentication using FastAPI's `HTTPBasic` has been implemented in `main.py` for learners to get started with.

Visit the challenge page to learn more: [DS RPC-01](https://codebasics.io/challenge/codebasics-gen-ai-data-science-resume-project-challenge)
![alt text](resources/RPC_01_Thumbnail.jpg)
### Roles Provided
- **engineering**
- **finance**
- **general**
- **hr**
- **marketing**