issues
search
Imageomics
/
bioclip-vector-db
Vector database training data retrieval of BioCLIP-embedded nearest neighbors.
MIT License
0
stars
0
forks
source link
Propose an AWS EC2 instance configuration.
#2
Open
thompsonmj
opened
3 months ago
thompsonmj
commented
3 months ago
It should:
Host the vector database
Receive an image or text query from a user along with
k
(how many nearest neighbors to identify)
Calculate the query embedding using the BioCLIP image/text encoder
Identify k nearest neighbors IDs in the embedding space
It should:
k
(how many nearest neighbors to identify)