-
Notifications
You must be signed in to change notification settings - Fork 22
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
List corpuses #495
List corpuses #495
Conversation
@pmeier Is this about right? I like the idea of raising Also right now the
Finally, should I add the actual UI changes as part of this issue, or will that be a separate issue? |
On second thought, we should probably raise a descriptive
You are right, that needs to happen. I would go for the JSON approach where the key is the
Yes, that needs to happen on the source storage itself. I'm also inclined to remove the feature of using the embedding ID as name for now. There is no use and it makes it more complicated. So feel free to just remove the embedding ID and just use |
Up to you. When using two PRs we can merge this PR soon and don't have to wait for #484 to be merged. |
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.
Looking good. I'll review properly when the open questions you had are addressed.
ragna/source_storages/_demo.py
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.
@blakerosenthal I fixed the corpus support for the demo source storage in #498. Meaning, you can roll back all changes there besides the list_corpuses
implementation.
2defe5d
to
6a4a375
Compare
Okay, let's keep them separate then |
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.
Thanks Blake, almost LGTM to me!
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.
Thanks Blake. FYI: I pushed a small cleanup commit.
Addresses #492