Skip to content

Commit 6f073d9

Browse files
committed
chore: clean up removed api
1 parent c306535 commit 6f073d9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

packages/search/test.http

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,3 @@ Content-Type: application/json
7171
}
7272
}
7373

74-
###
75-
76-
# Ask a question using the rrr approach
77-
POST {{api_host}}/ask
78-
Content-Type: application/json
79-
80-
{
81-
"messages": [{
82-
"content": "How to contact a representative?",
83-
"role": "user"
84-
}],
85-
"context": {
86-
"approach":"rrr",
87-
"retrieval_mode": "hybrid",
88-
"semantic_ranker": true,
89-
"semantic_captions": false,
90-
"top": 3
91-
}
92-
}

0 commit comments

Comments
 (0)