q_advisor is a question-answering system to help study kdb+ and q language. It uses Claude API to generate answers to user with RAG queries using relevant information extracted from PDFs.
- macOS
- python
- Claude API subscription
git clone ...
cd q_advisor_ai
python -m venv venv
source venv/bin/activate
pip install Flask anthropic faiss-cpu joblib numpy scikit-learn markdown2
export ANTHROPIC_API_KEY='put_your_key_here'
python3 app.py
GPTs version is available here.

