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

Provide instruction on how to deal with maintaining memory #2

Open
nqngo opened this issue Feb 4, 2024 · 1 comment
Open

Provide instruction on how to deal with maintaining memory #2

nqngo opened this issue Feb 4, 2024 · 1 comment

Comments

@nqngo
Copy link
Contributor

nqngo commented Feb 4, 2024

Research and provide instruction on how to maintain chat memory per user, aka ChatGPT style QA.

Asking a one-shot question is fine to start, but to improve the user experience, it is important we need to know the exact method of dealing with memory context.

@dacphuc1993
Copy link

dacphuc1993 commented Mar 2, 2024

I wrote a IPython notebook to give a quickstart about OpenAI Assistant API: https://gist.github.com/dacphuc1993/0137eedf539bcabc8b14abe708aae936

This API allows developers to create a thread and maintain a conversation with user. It also have retrieval tools to parse document files (pdf, docx, ...) and let Assistant access them.

The official API docs: https://platform.openai.com/docs/assistants/overview

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

2 participants