Select the type of changes and add some context. After selecting, remove the rest of the types.
🏆 Enhancements - Random protein from samelength.csv is printed in command line output, then used as an input to the search. The top_k (currently = 5) most similar proteins are printed.
🏠 Internal - path variables moved to backend_config, top_k moved to backend config. New embeddings directory separated proteins.json from csv input files. Results saved to new dir results in results/results.json.
Purpose
Implements searching.
Why?
Essential feature
Feedback required over
A quick pair of :eyes: on the code
The current implementation is a base implementation from which we will build on. Next step will be to link the input and output to the frontend.
Pull Request Type
Select the type of changes and add some context. After selecting, remove the rest of the types.
Purpose
Implements searching.
Why?
Feedback required over
Mentions