Skip to content

🤖Claude-powered RAG: Q language chatbot leveraging vectorized PDF documentation for enhanced query responses

License

Notifications You must be signed in to change notification settings

ny000815/q_advisor_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q_advisor_ai

gif

Overview

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.

Architecture

alt

Requirement

  • macOS
  • python
  • Claude API subscription

Usage

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

Other Service

GPTs version is available here.

Q advisor for kdb+

Licence

MIT

About

🤖Claude-powered RAG: Q language chatbot leveraging vectorized PDF documentation for enhanced query responses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published