Tag: LangGraph
-

Build a Live Dashboard Backend for Your AI Engine: FastAPI + WebSocket (Dashboard Part 1)
Dashboard Part 1: wrap the LangGraph RFP engine in a FastAPI backend — REST, a WebSocket that streams live evaluation progress, SQLite…
-

Self-Host the RFP Evaluator: Ollama on an Azure GPU VM (Part 5)
Part 5: run the RFP evaluator fully self-hosted on an Azure GPU VM with Ollama — NVIDIA drivers, the container toolkit, the…
-

Run the RFP Evaluator on Azure OpenAI (Part 3)
Part 3: switch the LLM-agnostic RFP evaluator to Azure OpenAI — create the resource, deploy GPT-4o and embeddings, configure auth, and fix…
-

Run the RFP Evaluator on Google Vertex AI (Part 4)
Part 4: point the LLM-agnostic RFP evaluator at Google Vertex AI and Gemini — project setup, ADC authentication, IAM, running in Docker,…
-

Build an LLM-Agnostic RFP Evaluator: Architecture on an Azure VM (Part 2)
Part 2: build the LLM-agnostic LangChain + LangGraph RFP-evaluator skeleton and run it on an Azure VM with Docker — provider switching,…
-

Evaluate Vendor Proposals Against an RFP with LangGraph (Part 1: Product & System Design)
Part 1 of a 5-part series: an LLM-agnostic system that scores vendor proposals against an RFP with LangChain and LangGraph — product,…