SiangKai commited on
Commit
081302c
·
verified ·
1 Parent(s): 48d19d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ from langchain.tools import StructuredTool
328
  semantic_query_tool = StructuredTool.from_function(
329
  func=semantic_query_logic,
330
  name="semantic_query_tool",
331
- description="直接使用向量語意模型進行檢索排序。
332
  )
333
 
334
  # =======================================================================
 
328
  semantic_query_tool = StructuredTool.from_function(
329
  func=semantic_query_logic,
330
  name="semantic_query_tool",
331
+ description="直接使用向量語意模型進行檢索排序。"
332
  )
333
 
334
  # =======================================================================