|
|
pip install django-mariadb-vector |
📒 Django MariaDB Vector DEMO application
A minimal demo project showing how to build article recommendations using
vector similarity in Django with MariaDB as the database.
The app stores articles, embeds their content into vectors, and then finds
similar articles based on vector distance.
🔗 Repo: https://github.com/lexxai/django-mariadb-vector-demo
🔗 Examples: https://github.com/lexxai/django-mariadb-vector-demo/tree/main/docs
🔗 Repo library: https://github.com/lexxai/django-mariadb-vector
Features
- Django application using MariaDB as the primary database
- Article model with text content
- Vector-based similarity search for recommendations
- Simple UI:
- List of all articles
- "Similar articles" view for a selected article
- Admin interface to add and manage articles
