-
Notifications
You must be signed in to change notification settings - Fork 183
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
Conversation
host="127.0.0.1", | ||
port=6379, | ||
password='', | ||
index='griptape_converstaion', | ||
conversation_id = conversation_id |
There was a problem hiding this comment.
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"] | |||
|
|||
|
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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
Co-authored-by: torabshaikh <[email protected]>
closes #710
closes #389
📚 Documentation preview 📚: https://griptape--787.org.readthedocs.build//787/