Replies: 1 comment
-
Hey, let me know what you need. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Did anyone create a rag application with langserve that is compatible with the chat-ui? I want to create an endpoint that will work smoothly with the UI but stuck with the streaming part. I'm looking for any reference that can help. Thanks
const r = await fetch(
${url}/stream, { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ input: { text: prompt }, }), });
Beta Was this translation helpful? Give feedback.
All reactions