Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chat_retrieval Streaming #166

Open
krishokr opened this issue Jul 11, 2024 · 4 comments
Open

Fix chat_retrieval Streaming #166

krishokr opened this issue Jul 11, 2024 · 4 comments
Assignees

Comments

@krishokr
Copy link
Collaborator

Issue

When streaming with an assistant of type chat_retrieval, we get the following error:

{
    "status_code": 500,
    "message": "Internal Server Error: Expected dict, got [{'content': 'Hello.', 'additional_kwargs': {}, 'type': 'human', 'example': False}]"
}
Screen_Recording_2024-07-11_at_4.55.04_PM.mov
@akaUNik
Copy link

akaUNik commented Sep 24, 2024

Got the same error. Any fixes?

@danorlando
Copy link
Collaborator

Got the same error. Any fixes?

Yes, there's an update for the checkpointer that needs to happen for the chat_retrieval architecture, which I've been meaning to get to so thanks for bringing it up... should have a fix up for it hopefully today.

@akaUNik
Copy link

akaUNik commented Sep 30, 2024

@danorlando can you please point to commit with fix?

@akaUNik
Copy link

akaUNik commented Oct 11, 2024

@krishokr did you fixed this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants