https://github.com/dmytrolitvinov/django-rag-chatbot
https://github.com/dmytrolitvinov/django-rag-chatbot
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmytrolitvinov/django-rag-chatbot
- Owner: DmytroLitvinov
- Created: 2025-09-30T06:56:05.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-09-30T09:37:41.000Z (7 days ago)
- Last Synced: 2025-09-30T11:35:56.562Z (7 days ago)
- Language: Python
- Size: 209 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# django-rag-chatbot
Django RAG Chatbot
This project was generated with [`wemake-django-template`](https://github.com/wemake-services/wemake-django-template). Current template version is: [aa80689](https://github.com/wemake-services/wemake-django-template/tree/aa806899238345d6bb9d05aa0c13cc2d14463a51). See what is [updated](https://github.com/wemake-services/wemake-django-template/compare/aa806899238345d6bb9d05aa0c13cc2d14463a51...master) since then.
[](https://wemake-services.github.io)
[](https://github.com/wemake-services/wemake-python-styleguide)## Prerequisites
You will need:
- `python3.12` (see `pyproject.toml` for exact version), use `pyenv install`
- `postgresql` (see `docker-compose.yml` for exact version)
- Latest `docker`## Development
When developing locally, we use:
- [`editorconfig`](http://editorconfig.org/) plugin (**required**)
- [`poetry`](https://github.com/python-poetry/poetry) (**required**)
- [`pyenv`](https://github.com/pyenv/pyenv)## Documentation
Full documentation is available here: [`docs/`](docs).
## Run project
Run `make up` to start the project. Then open http://localhost:8000 in your browser.