|
|
|
|
|
by ogou
94 days ago
|
|
A RAG-powered chatbot API that answers questions about a developer's professional background. I built it with Hono, LangChain, Mistral AI, and SQLite. I serve it on a Svelte site for my dev portfolio, but it works as a general API as well. I dumped all my job background info into it: resumes, LinkedIn, cover letter snippets, GitHub repos, recommendations, projects, languages, volunteering, personal work, and even the story of building the thing itself. It uses structured markdown files I created from all that as a RAG context. It doesn't automatically ingest LinkedIn or other services. Here it is live: https://joshuacurry.dev/ Here is the anonymized and secured API repo for general release: https://github.com/lucidbeaming/chatjc |
|