浏览代码

增加向量化说明

lingmin_package@163.com 3 月之前
父节点
当前提交
a94966c2c6
共有 1 个文件被更改,包括 21 次插入1 次删除
  1. 21 1
      README.md

+ 21 - 1
README.md

@@ -129,4 +129,24 @@ curl -X POST "http://localhost:8001/test/agent/stream" \
           },
           "input": "李四"
         }
-      
+      
+
+
+#### 向量检索测试
+  - 向量检索测试
+   http://localhost:8001/test/bfp/search
+   {
+      "config": {
+          "session_id":"20"
+      },
+      "input": "安全生产条件"
+    }
+
+  - 向量检索和重排序测试
+    - http://localhost:8001/test/bfp/search/rerank
+    {
+      "config": {
+          "session_id":"20"
+      },
+      "input": "安全生产条件"
+    }