Code development platform for open source projects from the European Union institutions

Skip to content

[#12] Add source to semantic search

Daniel JIANU requested to merge #12-add-source-to-search-by-id into development

This PR modifies the semantic search workflow to also pass the source property to the API. It affects the document results, the staged documents, and the ones in My Library.

Captură_de_ecran_din_2024-03-27_la_20.40.40

The documents saved to My Library now also store their source property - to be used in the future when requesting the chunk information.

An error message is now displayed when trying to find the similar documents for a document previously added to the Library, which doesn't contain the source property.

Captură_de_ecran_din_2024-03-27_la_20.41.21

And finally, the menu options in My Library have been rearranged.

Captură_de_ecran_din_2024-03-27_la_20.42.16

Captură_de_ecran_din_2024-03-27_la_20.42.40

Merge request reports