-
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
Default metadata #477
Comments
Before I go over the individual proposal, one thing upfront: although we use Line 146 in 7071cf4
Line 27 in 7071cf4
Line 82 in 7071cf4
The only metadata attached to a plain Lines 38 to 39 in 7071cf4
Subclasses can add more metadata to this, e.g. Lines 112 to 121 in 7071cf4
All this is to say: we need to differentiate between metadata that we can add to all
Not applicable to
Available on all documents in Python with
Maybe applicable to all documents, but certainly to
What format would the metadata be for these?
The username is stored in the Ragna DB, but not available for filtering. ragna/ragna/deploy/_api/orm.py Lines 55 to 59 in 7071cf4
What would be the use case here? |
|
Let's start with adding that to
I understand the intention, but how would that be implemented? We can't do numeric comparisons like
If this is required, IMO the user should just have their own corpus or use tags for the department. To look at it from the other side: what if we have an admin upload documents for the organization. Is the username useful information in this case? I'd leave this out for now until a concrete use case arises. |
Feature description
This issue lists the default metadata that would be nice to have :
xyz.foo.bar
would have its complete file extension set tofoo.bar
bar
)Not all metadata might be available when uploading a file, we need to figure out which ones are possible.
Value and/or benefit
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: