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

Search solution and understanding mem0 #3

Open
denisprovost opened this issue Feb 28, 2025 · 2 comments
Open

Search solution and understanding mem0 #3

denisprovost opened this issue Feb 28, 2025 · 2 comments

Comments

@denisprovost
Copy link

Hi,

I'm trying to send a fairly large batch of file content to grok with this API so that he can analyze certain things.

I created a parser/splitter of all my project files to create batches to send. My code works, however, I have to send several messages but Grok considers each message as a new discussion.

I saw the possible use of mem0 but I don't really know if that could help.

What I would like to do is to be able to send 23 messages in a row in the same discussion, then to be able to discuss with grok the overall content of the project and if possible to not have to send it to him each time he requests a code evaluation.

Can you tell me if this is possible with mem0 or to get any other solution?
ty

@justinpaulturner
Copy link

use the responseId from the message it sends and use that as the parentResponseId for the following api call you do.

@denisprovost
Copy link
Author

Could you provide a example please?

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