You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RAG chatbot for querying FE simulation manuals (here: LS-DYNA) and crash simulation project databases. Full pipeline built from scratch: PDF ingestion, chunking, local embeddings (sentence-transformers), vector search (ChromaDB), and LLM generation (via OpenRouter). Includes evaluation framework with 30 engineering test questions.