Move all data to own folder. Add run shell script. Experiment (unsuccessfully so far) with example retreival
This commit is contained in:
@@ -2,7 +2,7 @@ import { tool } from "@langchain/core/tools";
|
||||
import * as z from "zod";
|
||||
import { queryScraper } from "./webSearch";
|
||||
import { extractWebpageContent } from "./webpageFetch";
|
||||
import { rankDynamically } from "./clan/retreiveExamples";
|
||||
import { rankDynamically } from "./retreiveExamples";
|
||||
|
||||
|
||||
export async function rankAndDisplayData(data: string[], context: string):Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user