/v1/conversation/completion vs /v1/api/completion ? #2623
Unanswered
kaleocheng
asked this question in
Q&A
Replies: 1 comment
-
They are different APIs. But the responses are same. The chunks are just not displayed in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw the webui is using /v1/conversation/completion to get answer but from the api doc, it's /v1/api/completion. is there any difference between them or it's just an alias?
asking this as I'm getting different responses from both api for the same query:
/v1/conversation/completion
: it waited longer(4-10s ) for the response from knowlege RAG, so it retuned a correct answer eventually/v1/api/completion
: it returned to client in 2-4 seconds with empty knowlege chunks, so I didn't get the proper answer eventuallyBeta Was this translation helpful? Give feedback.
All reactions