This repository contains code and data for my article "Build a Chatbot for Clinical Trials Across Multiple Data Sources".
- The Python scripts are for the chatbot.
Neo4j Desktop or AuraDB
OpenAI account
Qdrant free tier
-
Set up the databases as described in "Clinical Trials as Graphs and Vectors".
-
Install the necessary Python libraries
-
Fill the necessary API key information in config.yaml
-
Run
streamlit run chatbot.py
- Sixing Huang - Concept and Coding
This project is licensed under the MIT License - see the LICENSE file for details