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

Append extra text in documents as titles in the Collection loader. #13

Open
codetalker7 opened this issue Jul 14, 2024 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@codetalker7
Copy link
Member

Similar to how Python's ColBERT loads collections, a functionality should be added in the loader for Collection wherein extra text in documents is appended in front of the document as the document title. Currenly, the Collection loader only splits a line of the .tsv file once with the \t delimiter.

@codetalker7 codetalker7 added enhancement New feature or request good first issue Good for newcomers labels Jul 14, 2024
@codetalker7 codetalker7 changed the title Append extra text in documents as passages in the Collection loader. Append extra text in documents as titles in the Collection loader. Jul 14, 2024
@codetalker7
Copy link
Member Author

Update: we don't use Collections anymore (just a simple Vector{String}). However, the issue still remains.

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

No branches or pull requests

1 participant