Releases: shenoy-anurag/HinDict
Releases · shenoy-anurag/HinDict
Release list
Version 1.2.0
Full Changelog: v1.1.0...v1.2.0
Updates
- Added Google Analytics to obtain information on the number of users visiting the site, and metrics like average time spent.
- Added a cookie consent banner to comply with GDPR, and to inform the user that cookies are being used to improve user experience and monitor site usage.
Version 1.1.0
Full Changelog: v1.0.0-beta...v1.1.0
Updated to using OpenAI API instead of Locally deployed LLM, for cost effective deployment of site.
Version 1.0.0 - Beta
Included in this release
- Flask backend which speaks with LLM and frontend using REST and streams LLM tokens.
- Next.js frontend which has a search bar, displays the definition, llm's response, and allows changing to dark mode.
- Ollama docker container to run Llama 3.2 3B paramater model.
- MongoDB to store user queries and stuff.
- Docker Compose to containerize everything.
- Documentation and images.