An intelligent system for matching project requirements with AI agents and human experts using RAG (Retrieval Augmented Generation) and semantic search.
- Hybrid search combining vector embeddings + metadata filtering
- Multi-LLM support (OpenAI, Anthropic, Local Models)
- Skill-based expert profiling
- Domain-aware matching
- Configurable ranking strategies

git clone https://github.com/foyie/Expert_Alignment_System.git
cd Expert_Alignment_System.git
python -m venv venv
source venv/bin/activate # Linux/MacOS
# venv\Scripts\activate # Windows
pip install -r requirements.txt