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

[Update][Ease of Use] Generate IDs #2286

Open
atroyn opened this issue Jun 5, 2024 · 0 comments
Open

[Update][Ease of Use] Generate IDs #2286

atroyn opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
Local Chroma An improvement to Local (single node) Chroma

Comments

@atroyn
Copy link
Contributor

atroyn commented Jun 5, 2024

Generate IDs

Asking users to pass in IDs with their documents is another place where they can trip up. While this is a minor friction, eliminating this step will help get more users over the line.

[Complexity] Subtask

  • [Low] Generate uuid if ids are not passed in by the user, and return these to the user on add .
  • [Med] Have the Chunker generate IDs; it has to generate new IDs as chunks are created from docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Local Chroma An improvement to Local (single node) Chroma
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants