You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to be able to semantically search the CellxGene metadata to identify the single cell gene expression dataset that I would like to analyze. An example use case from the hackathon utilized a RAG setup to chunk, vectorize, and search the CellxGene metadata
Potential solution
Textual RAG over a local cache of the CellxGene metadata
CI to update the local cache on an e.g., weekly basis to stay up to date
The text was updated successfully, but these errors were encountered:
As a user, I would like to be able to semantically search the CellxGene metadata to identify the single cell gene expression dataset that I would like to analyze. An example use case from the hackathon utilized a RAG setup to chunk, vectorize, and search the CellxGene metadata
Potential solution
The text was updated successfully, but these errors were encountered: