oncologyxai/CancerRAGent

0

stars

0

commits

Python

primary language

Mar 26, 2026

updated

README

CancerRAGent

  • Demonstration Video
  • Demo website
  • Download Faiss vector from this link and put under folder "INDEX"
  • python version: 3.9.23
  • install dependency: pip install -r requirements.txt
  • run frontend by: streamlit run end2end.py
  • run backend by: uvicorn server_llm_fastapi:app --host 0.0.0.0 --port 8000

Note

  • For the incorporation with a ollama/vllm server, import PipelineRunner from file multi_retrieval_riken_vllm.py
  • For loading model locally, import PipelineRunner from file multi_retrieval_riken_CoT.py

oncologyxai/CancerRAGent

0

stars

0

commits

Python

primary language

Mar 26, 2026

updated

README

CancerRAGent

  • Demonstration Video
  • Demo website
  • Download Faiss vector from this link and put under folder "INDEX"
  • python version: 3.9.23
  • install dependency: pip install -r requirements.txt
  • run frontend by: streamlit run end2end.py
  • run backend by: uvicorn server_llm_fastapi:app --host 0.0.0.0 --port 8000

Note

  • For the incorporation with a ollama/vllm server, import PipelineRunner from file multi_retrieval_riken_vllm.py
  • For loading model locally, import PipelineRunner from file multi_retrieval_riken_CoT.py

Languages

Python

100.0%