Hello colleagues, I hope you are all safe and well.
I’m creating a flow for a recommendation system and I’m having difficulty finding the best solution to create a field for inputting a keyword or a document that will be used to cross-reference the recommendation data.
Does anyone have an example, or could help me?
Sounds like you could use a Widget node. Its hard to be more specific without more detail about what you want to do. For example, do you want free form input or choice from a list? You should look at this. Its a little dated but will get you started.
I am creating a recommendation system that must receive in the query a keyword entered in a written field or a document in attached text format, to be cross-referenced with a database of articles, theses and dissertations, which will recommend studies related.
A web page will be created to carry out the query, the user will be able to search using keywords or by attaching a PDF, the system will read and cross-reference data with the article base to suggest the most similar ones.
As I said earlier the terms can be input with s String Widget. How do you plan to “attach” a pdf? Once you’ve chosen a pdf do you plan on parsing the entire pdf and using the entire corpus as a set of search terms?