Spaces:
Sleeping
Sleeping
Update fastapi_app.py
Browse files- fastapi_app.py +1 -1
fastapi_app.py
CHANGED
@@ -45,7 +45,7 @@ class Query(BaseModel):
|
|
45 |
llm_params: LlmParams = None
|
46 |
|
47 |
search = SemanticSearch()
|
48 |
-
|
49 |
|
50 |
app = FastAPI(
|
51 |
title="multistep-semantic-search-app",
|
|
|
45 |
llm_params: LlmParams = None
|
46 |
|
47 |
search = SemanticSearch()
|
48 |
+
transaction_maps_search = TransactionMapsSearch()
|
49 |
|
50 |
app = FastAPI(
|
51 |
title="multistep-semantic-search-app",
|