diff --git a/backend/local_rag.py b/backend/local_rag.py index a7cadd3..33ff4c4 100644 --- a/backend/local_rag.py +++ b/backend/local_rag.py @@ -16,6 +16,7 @@ from pathlib import Path from typing import Any, Dict, List, Optional from urllib.parse import quote +import httpx from fastapi import APIRouter, HTTPException from pydantic import BaseModel