Spaces:
Runtime error
Runtime error
Commit ·
eb4e524
1
Parent(s): 52de0d4
Pandas changed
Browse files- .github/sync.yaml +0 -0
- fastapi_app.py +1 -1
.github/sync.yaml
DELETED
|
File without changes
|
fastapi_app.py
CHANGED
|
@@ -2,7 +2,7 @@ from __future__ import annotations
|
|
| 2 |
|
| 3 |
import os
|
| 4 |
from typing import Optional
|
| 5 |
-
|
| 6 |
from fastapi import FastAPI, HTTPException
|
| 7 |
from pydantic import BaseModel
|
| 8 |
from rag_core import RAGEngine, InMemorySessionStore
|
|
|
|
| 2 |
|
| 3 |
import os
|
| 4 |
from typing import Optional
|
| 5 |
+
import pandas as pd
|
| 6 |
from fastapi import FastAPI, HTTPException
|
| 7 |
from pydantic import BaseModel
|
| 8 |
from rag_core import RAGEngine, InMemorySessionStore
|