This is a Q&A AI system that has been trained using information from the
In Dev Mined Facebook Page. The AI will respond based on the language of the question. Currently, the AI supports only English and Thai. While it is possible to ask questions in other languages, the results may not be accurate.
The core of this AI system is based on the LLM
Llama 3.1 70B model, utilizing a RAG (Retrieval-Augmented Generation) approach to provide specific information within a given context. The process begins by determining the language of the question using the
franc library. Then, relevant information in the same language is retrieved to establish context. After constructing the prompt, it is fed into the LLM Llama 3.1 model, and the generated answer is streamed to the client.
The information is provided as posts in Thai on the
In Dev Mined Facebook Page or on
this website. An English translated version is available on this
page.