Add httpx dependency to backend/local_rag.py

This commit is contained in:
2026-06-15 01:13:00 +02:00
parent c7f904ed01
commit 3e35ea96ec

View File

@@ -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