Blog

Mathematical Notation: Diacritical Marks, Arithmetic Functions, and More from LaTeX

Basic Commands Diacritical marks Category Syntex Result diacritical marks \dot{a}, \ddot{a}, \acute{a}, \grave{a} $latex \dot{a}, \ddot{a}, \acute{a}, \grave{a}$ \check{a}, \breve{a}, \tilde{a}, \widetilde{a}, \bar{a} $latex \check{a}, \breve{a}, \tilde{a}, \widetilde{a}, \bar{a}$ \hat{a}, \widehat{a}, \vec{a} $latex \hat{a},…

DIY On-Premise Chatbot with RAG : Harnessing the Power of Llama3, Chroma, and Langchain

This content outlines the architecture and development process for creating a DIY chatbot using open-source tools like Llama and Streamlit. It covers essential components including user interface design, knowledge base integration through Retrieval Augmented…