-
Notifications
You must be signed in to change notification settings - Fork 11
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 license file #222
add license file #222
Conversation
# Conflicts: # src/zep_cloud/core/client_wrapper.py # src/zep_cloud/memory/client.py
# Conflicts: # src/zep_cloud/core/client_wrapper.py # src/zep_cloud/memory/client.py
# Conflicts: # .fernignore # pyproject.toml # src/zep_cloud/core/client_wrapper.py # src/zep_cloud/langchain/history.py # src/zep_cloud/memory/client.py
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.
👍 Looks good to me! Reviewed everything up to 5953525 in 1 minute and 8 seconds
More details
- Looked at
5258
lines of code in50
files - Skipped
2
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. .fernignore:12
- Draft comment:
The change here seems incorrect. The LICENSE file should not be removed from.fernignore
. Instead, ensure that the LICENSE file is properly added to the repository. - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_XDn7mE3yxJLINh5k
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
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.
👍 Looks good to me! Incremental review on 3f8e6bc in 9 seconds
More details
- Looked at
208
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. LICENSE:201
- Draft comment:
Add a newline at the end of the file for better compatibility with Unix-based systems. - Reason this comment was not posted:
Confidence changes required:10%
The license file is missing a newline at the end, which is a common best practice for text files.
Workflow ID: wflow_oOHbNWicLp6qJSEa
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Adds
LICENSE
file and updates client classes, types, and configurations.LICENSE
file.asyncio.sleep
duration inmemory.py
from 5 to 20 seconds.client.memory.get()
call inmemory.py
to removememory_type
parameter.client.memory.search_sessions()
call inmemory.py
to useuser_id
instead ofsession_ids
.GroupClient
andAsyncGroupClient
classes ingroup/client.py
.MemoryClient
andAsyncMemoryClient
classes inmemory/client.py
.UserClient
andAsyncUserClient
classes inuser/client.py
.DocumentResponse
toApidataDocument
and similar renames for related classes.EntityEdge
,EntityNode
,Episode
,GraphSearchResults
, andGroup
.Fact
,Memory
,Message
, andSession
types with new fields and parameters.pyproject.toml
to version2.0.0-rc.1
and modifies dependencies.langchain
related files and references.This description was created by for 3f8e6bc. It will automatically update as commits are pushed.