Skip to content

Consistent create_col for the vectorstores #2497

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

Closed

Conversation

parshvadaftari
Copy link
Contributor

Description

Consistent create_col for vectorstores

Fixes #2465

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (does not change functionality, e.g. code style improvements, linting)

How Has This Been Tested?

  • Unit Test
  • Test Script (please provide)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Maintainer Checklist

@Dev-Khant
Copy link
Contributor

@parshvadaftari Can you please resolve the merge conflicts?

@parshvadaftari
Copy link
Contributor Author

@Dev-Khant Resolved the conflicts and formatted the code as well.

@Dev-Khant
Copy link
Contributor

Hey @parshvadaftari Can you please rebase your branch with main?

@parshvadaftari parshvadaftari force-pushed the consistent__create_col branch from 990fd9a to bb5b677 Compare April 11, 2025 18:33
@parshvadaftari
Copy link
Contributor Author

@Dev-Khant Have resolved the conflicts, rebased it with main and made the create_col consistent with the newer vectorstores introduced. Do let me know if there are any other changes required.

@Dev-Khant
Copy link
Contributor

Hey @parshvadaftari Can you please resolve the merge conflicts?

@parshvadaftari parshvadaftari force-pushed the consistent__create_col branch from e1073b2 to b9b30ef Compare April 23, 2025 07:48
@parshvadaftari
Copy link
Contributor Author

@Dev-Khant Have resolved the conflicts

Copy link
Contributor

@Dev-Khant Dev-Khant left a comment

Choose a reason for hiding this comment

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

Please can you also make changes to create_col in mem0/vector_stores/base.py ?

@parshvadaftari
Copy link
Contributor Author

@Dev-Khant I've made changes to it as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove the changes for this file.

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.

Make create_col consistent for all Vector Stores
2 participants