Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -25,6 +25,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
25 |
import re
|
26 |
import os
|
27 |
from langchain_core.prompts import ChatPromptTemplate
|
|
|
28 |
|
29 |
app = FastAPI()
|
30 |
app.include_router(document_rag_router)
|
|
|
25 |
import re
|
26 |
import os
|
27 |
from langchain_core.prompts import ChatPromptTemplate
|
28 |
+
import logging
|
29 |
|
30 |
app = FastAPI()
|
31 |
app.include_router(document_rag_router)
|