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

feat: separate Passages tables #2245

Merged
merged 27 commits into from
Dec 16, 2024
Merged

feat: separate Passages tables #2245

merged 27 commits into from
Dec 16, 2024

Conversation

mlong93
Copy link
Collaborator

@mlong93 mlong93 commented Dec 13, 2024

  • modified passage tests
  • passage listing consists of union of agent and source passages

Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

Related issues or PRs
Please link any related GitHub issues or PRs.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.

Mindy Long added 6 commits December 12, 2024 12:06
* Cascading deletes for sources-passages
* Fixed hard_delete bug in source_manager
* New passage_manager functions and tests. Removed 'cursor' from list_passages
* modified passage tests
* passage listing consists of union of agent and source passages
@mlong93 mlong93 changed the title Mindy/passages-separate-tables feat: separate Passages tables Dec 13, 2024
letta/orm/passage.py Outdated Show resolved Hide resolved
Mindy Long and others added 3 commits December 14, 2024 17:14
* Added test for two agents attaching same source
* agent_passages should be deleted when an agent is deleted
* Fixed agent manager bug
letta/orm/passage.py Outdated Show resolved Hide resolved
@mlong93
Copy link
Collaborator Author

mlong93 commented Dec 16, 2024

@mlong93 mlong93 merged commit c6878fc into main Dec 16, 2024
39 of 40 checks passed
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.

2 participants