Metadata-Version: 2.1
Name: cassia_rag
Version: 0.1.4
Summary: A tool for cell type annotation using RAG
Author-email: Lingxin Cheng <lcheng74@wisc.edu>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: owlready2==0.47
Requires-Dist: pandas==2.2.2
Requires-Dist: langchain-openai==0.2.2
Requires-Dist: langchain-anthropic==0.2.3
Requires-Dist: langchain-community==0.3.2
Requires-Dist: langchain-chroma==0.1.4
Requires-Dist: langchain-core==0.3.10
Requires-Dist: langchain-text-splitters==0.3.0
Requires-Dist: langchain==0.3.3
Requires-Dist: tqdm==4.66.4

# CASSIA RAG

CASSIA RAG is the RAG part of the CASSIA method. It is a tool for cell type annotation using Retrieval-Augmented Generation (RAG).

## Installation 
