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

Add RedisConversationMemoryDriver #787

Merged
merged 12 commits into from
May 16, 2024
Merged

Add RedisConversationMemoryDriver #787

merged 12 commits into from
May 16, 2024

Conversation

vachillo
Copy link
Member

@vachillo vachillo commented May 16, 2024

closes #710
closes #389


📚 Documentation preview 📚: https://griptape--787.org.readthedocs.build//787/

Comment on lines 66 to 70
host="127.0.0.1",
port=6379,
password='',
index='griptape_converstaion',
conversation_id = conversation_id
Copy link
Member

Choose a reason for hiding this comment

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

Can you please move these to env vars and update github integ tests file?

pyproject.toml Outdated
@@ -93,6 +94,7 @@ drivers-web-scraper-markdownify = ["playwright", "beautifulsoup4", "markdownify"
drivers-event-listener-amazon-sqs = ["boto3"]
drivers-event-listener-amazon-iot = ["boto3"]


Copy link
Member

Choose a reason for hiding this comment

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

Nit: extra newline.

poetry.lock Outdated
Copy link
Member

@collindutter collindutter May 16, 2024

Choose a reason for hiding this comment

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

This seems like an overly-changed lock file for just adding an extra. Can you try regenerating using the one from dev?

Copy link
Member Author

Choose a reason for hiding this comment

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

copied from dev and ran poetry lock --no-update

@vachillo vachillo merged commit f1a2dba into dev May 16, 2024
8 checks passed
@vachillo vachillo deleted the pr/710 branch May 16, 2024 23:18
hkhajgiwale pushed a commit to hkhajgiwale/griptape that referenced this pull request May 25, 2024
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.

Redis Conversation Memory Driver
2 participants