This repository contains code and data for my article "Tailor a Multi-Model Chatbot for a Multi-Model DuckDB".
OpenAI API
Python and its DuckDB API
Streamlit
- Fill in the token in config.yaml for vector embedding and vector search
openai_token: [YOUR_OPENAI_TOKEN]
-
Install DuckDB by following the instruction in the article
-
Run streamlit run app.py to start the chatbot
-
Play with the chatbot
- Sixing Huang - Concept and Coding
This project is licensed under the MIT License - see the LICENSE file for details