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
- Host: GitHub
- URL: https://github.com/codebasics/ds-rpc-01
- Owner: codebasics
- Created: 2025-05-26T10:13:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T11:10:40.000Z (7 months ago)
- Last Synced: 2025-06-30T22:33:16.769Z (7 months ago)
- Language: Python
- Size: 344 KB
- Stars: 9
- Watchers: 0
- Forks: 94
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)

### Roles Provided
- **engineering**
- **finance**
- **general**
- **hr**
- **marketing**