Azure-Samples/serverless-chat-langchainjs
A serverless chat application using Retrieval-Augmented-Generation with LangChain.js on Azure Functions.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
This repository provides a serverless AI chat application implementing the RAG pattern with LangChain.js and TypeScript. It retrieves relevant documents from a MongoDB vector store and uses them to augment LLM responses, deployed as Azure Functions. The project supports both Azure OpenAI and Ollama Llama3.1 as model backends, and includes a web frontend for conversational interaction.