Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
# =======================================================================
|