Spaces:
Runtime error
Runtime error
Commit
·
573635e
1
Parent(s):
abe8ffe
testing rag
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from langchain.text_splitter import CharacterTextSplitter
|
|
15 |
from azure.core.credentials import AzureKeyCredential
|
16 |
from azure.ai.inference import EmbeddingsClient
|
17 |
import cassio
|
18 |
-
|
19 |
app = FastAPI()
|
20 |
app.add_middleware(
|
21 |
CORSMiddleware,
|
|
|
15 |
from azure.core.credentials import AzureKeyCredential
|
16 |
from azure.ai.inference import EmbeddingsClient
|
17 |
import cassio
|
18 |
+
from config import settings
|
19 |
app = FastAPI()
|
20 |
app.add_middleware(
|
21 |
CORSMiddleware,
|