Spaces:
Build error
Build error
Update huggingface_space.py
Browse files- huggingface_space.py +0 -6
huggingface_space.py
CHANGED
|
@@ -44,12 +44,6 @@ os.makedirs(PERSIST_DIR, exist_ok=True)
|
|
| 44 |
class Query(BaseModel):
|
| 45 |
question: str
|
| 46 |
|
| 47 |
-
# class DeployedModel(BaseModel):
|
| 48 |
-
# model_id: str
|
| 49 |
-
# model_name: str
|
| 50 |
-
|
| 51 |
-
# class Config:
|
| 52 |
-
# model_config = ConfigDict(protected_namespaces=())
|
| 53 |
|
| 54 |
def data_ingestion():
|
| 55 |
documents = SimpleDirectoryReader(DATA_DIR).load_data()
|
|
|
|
| 44 |
class Query(BaseModel):
|
| 45 |
question: str
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
def data_ingestion():
|
| 49 |
documents = SimpleDirectoryReader(DATA_DIR).load_data()
|