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

File embeddings: Allow to embed content as well #186

Open
MartinKl opened this issue Dec 15, 2023 · 1 comment
Open

File embeddings: Allow to embed content as well #186

MartinKl opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MartinKl
Copy link
Collaborator

file_nodes.rs provides a tool to embed files as nodes of type file and setting a path. This could be extended to actually embed the content of the file (as an alternative or additionally).

@MartinKl MartinKl self-assigned this Dec 15, 2023
@MartinKl MartinKl added the enhancement New feature or request label Dec 15, 2023
@MartinKl
Copy link
Collaborator Author

This is a more complex issue and should maybe postponed until there is a more clearly defined use case for it. For example, this would require graphANNIS to handle very large annotation values (in its current design) which it probably can, but it's not intended use. Also, there is currently no mechanism to write the contents of a file as CDATA, which could be triggered by hardcoding it, but that again might make exporting the contents painful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant