muryshev commited on
Commit
ede4b3c
·
verified ·
1 Parent(s): acb485b

Update fastapi_app.py

Browse files
Files changed (1) hide show
  1. 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
- #transaction_maps_search = TransactionMapsSearch()
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",