app.py opens a flow which computes the embeddings for the short protein file (note this file has proteins all of the same length, currently proteins of different lengths are not supported).
proteins.json is created (and not tracked) which stores a mostly human readable collection of documents in the proteins DocumentArray.
.gitignore modified to include DS_store for Mac operating systems and proteins.json because this file will frequently change.
app.py opens a flow which computes the embeddings for the short protein file (note this file has proteins all of the same length, currently proteins of different lengths are not supported).
proteins.json is created (and not tracked) which stores a mostly human readable collection of documents in the proteins DocumentArray.
.gitignore modified to include DS_store for Mac operating systems and proteins.json because this file will frequently change.