You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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, theCollection
loader only splits a line of the.tsv
file once with the\t
delimiter.The text was updated successfully, but these errors were encountered: