File size: 166 Bytes
1f725d8
 
 
 
 
 
1
2
3
4
5
6
7
from dataclasses import dataclass
from typing import Any
from src.MultiRag.constants import RETREIVER_DEFAULT_K
@dataclass
class IngestionArtifact:
    vector_db:Any