Update main.py

This commit is contained in:
Yash Shah
2025-02-12 12:16:36 +05:30
committed by GitHub
parent 517d03a8c5
commit 171830f787

View File

@@ -4,7 +4,7 @@
import os
from minirag import MiniRAG, QueryParam
from minirag.llm import (
from minirag.llm.hf import (
hf_model_complete,
hf_embed,
)