Allow for configurable ranking server url. Delete old ragas call

This commit is contained in:
William Jeynes
2026-04-02 13:48:15 +01:00
parent 7e37a22058
commit 7e586fe17d
4 changed files with 11 additions and 28 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { HumanMessage, SystemMessage } from "@langchain/core/messages";
import { SystemMessage } from "@langchain/core/messages";
import { GraphNode } from "@langchain/langgraph";
import { MessagesState } from "../state";
import { ChatOllama } from "@langchain/ollama";