feat(app): fix type resolving issues

This commit is contained in:
ItzCrazyKns
2025-11-23 19:22:11 +05:30
parent 6d35d60b49
commit d7dd17c069
8 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
import { Ollama } from 'ollama';
import BaseEmbedding from '../../base/embedding';
import { Chunk } from '@/lib/types';
type OllamaConfig = {
model: string;