Skip to content

What is this project?

This project aims at offering a RAG architecture for Randomized Clinical Trials protocols made at URC Saint Louis.

A RAG architecture divides in several steps :

corpus text embedding embedding storage in a Vector Databse query embedding and retrieving most similar vectors in the DB

Alt text

Folders

  • rag - The main project architecture.
  • get_bdd - Code used to retrieve the rct protocols from URC Saint Louis NAS system.

Continue

Project still in progress

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.