mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 23:44:24 +01:00
adding ollama embeddings and expanding to metadata search
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect } from 'react';
|
||||
import { useAuth } from '@/contexts/AuthContext';
|
||||
import { useAuth } from '@/components/providers/auth-provider';
|
||||
import { tokenManager } from '@/lib/token-manager';
|
||||
|
||||
interface SearchResult {
|
||||
|
||||
Reference in New Issue
Block a user