Phasuwut
ExperienceProjectsBlogsSkillsPublicationsAI ChatContactHire Me
Phasuwut

Full Stack · AI Engineer · Thailand

Portfolio

  • Work Experience
  • Projects
  • Blogs
  • Skills
  • Publications

More

  • Certification
  • Demo
  • AI Chat
  • Contact

Download

  • Profile
  • Resume
  • CV

© 2026 Phasuwut Chunnapiya

phasuwut.job@gmail.com

Multimodal Chat History Search & Q&A with Qdrant RAG

Built room-scoped semantic search and RAG question answering over multilingual chat history, images, and OCR-extracted content.

 Home AI Resume Chat Work Experience All Projects Blogs Demo Technical Skills Certification Publications Contact
Personal ProjectsYear 2026Latest activity 2026-03-21

Project Overview

Objective

Built room-scoped semantic search and RAG question answering over multilingual chat history, images, and OCR-extracted content.

Stack

FastAPINext.jsPostgreSQLQdrantSentenceTransformerCLIPBLIPGoogleTranslatorTyphoon OCROpenAI

Delivery highlights

  • Developed a proof-of-concept chat application where users create or join rooms, send text and image messages, search conversation history, and ask natural-language questions grounded in retrieved messages. Stored structured room and message data in PostgreSQL and indexed multilingual text, CLIP image embeddings, BLIP captions, and Typhoon OCR output in Qdrant. Combined semantic and keyword retrieval with an OpenAI LLM to answer questions within one room, across rooms, or about shared images through a FastAPI backend and Next.js chat interface.
Back to Topic ProjectsBack to All Projects

System workflow

How chat history becomes searchable knowledge

Messages and images are enriched, indexed, retrieved by room context, and used to generate grounded answers.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Multimodal message indexing pipeline

Text, images, and OCR output are enriched and embedded into Qdrant for unified semantic search across all message types.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Room-scoped hybrid retrieval

Questions are matched using both semantic vectors and keyword search, filtered by room membership, and answered with LLM grounding.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

System workflow

Source-reviewed processing sequence

A conservative end-to-end boundary taken from the source audit. Specific endpoints, storage writes, and external calls are only claimed in the project-specific diagrams when the implementation confirms them.

Rendering workflow diagram…

Scroll horizontally to explore the full workflow on smaller screens.

Project Videos

1 items

Demo Video

Watch on source

Related Projects

3 items

Multimodal Semantic Retrieval (Video and Image Search)

Personal ProjectsYear: 2026

Unified text-to-video and text-to-image search into one cross-modal retrieval platform.

AI Resume Chat with LLM and RAG (Portfolio Assistant)

Personal ProjectsYear: 2026

Built a sitemap-driven portfolio assistant that answers recruiter questions with grounded, source-linked responses.

DocVisionAI — Multimodal Document & Media Question Answering

Personal ProjectsYear: 2026

Built a Thai-capable multimodal RAG assistant for searching and asking source-grounded questions across documents, scanned pages, audio, and video.