refactor: Rename all file/folders to camelCase

This commit is contained in:
2026-04-08 16:09:01 +05:30
parent aa9c875006
commit 02a3fa4cad
15 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import * as lancedbSdk from "@lancedb/lancedb";
import { OllamaEmbeddings } from "@langchain/ollama";
import { createSpecRetrieverTool } from "../../agent_tools";
import { createSpecRetrieverTool } from "../../agentTools";
import { EMBEDDING_MODEL, STORAGE_DIR } from "../../constants";
async function main() {