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

feat: implement chat history #106

Merged
merged 13 commits into from
Dec 16, 2024
Merged

feat: implement chat history #106

merged 13 commits into from
Dec 16, 2024

Conversation

sinedied
Copy link
Contributor

@sinedied sinedied commented Dec 12, 2024

Purpose

  • Add a chat history component to allow listing and loading previous sessions
  • Add APIs to load and delete chat sessions
  • Refactor /chat api to /chats and add support for chat history
  • Update documentation

The PR is complete, but it needs the following PRs to be merged first:

Closes #30

Does this introduce a breaking change?

[x] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

@sinedied sinedied requested a review from glaucia86 December 12, 2024 15:03
@sinedied sinedied mentioned this pull request Dec 12, 2024
2 tasks
Copy link
Contributor

@glaucia86 glaucia86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sinedied sinedied marked this pull request as ready for review December 16, 2024 09:53
@sinedied sinedied merged commit ecf53a3 into main Dec 16, 2024
7 checks passed
@sinedied sinedied deleted the cosmos-history branch December 16, 2024 09:55
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

Successfully merging this pull request may close these issues.

Add chat memory
2 participants