RAG AI client using GroundX + GitHub Models
Project description
SFS AI
A lightweight RAG (Retrieval-Augmented Generation) Python package built using GroundX + GitHub Models.
sfs_smart_ai allows you to query indexed documents using natural language and receive clean AI-generated answers instead of raw document chunks.
Project Structure
sfs-ai/
│
├── setup.py
├── README.md
├── requirements.txt
│
└── sfs_smart_ai/
├── __init__.py
└── client.py
Sample Usage
from sfs_smart_ai import sfsclient
sfs = sfsclient()
response = sfs.ask(
"What is the revenue model of a restaurant?"
)
print(response)
Books & Knowledge Sources Used
The ingestion and retrieval pipeline powering sfs_smart_ai was built using curated hospitality, business strategy, forecasting, and operational management resources. These materials were indexed to improve contextual reasoning and answer generation for hospitality-related queries.
Hospitality & Hotel Management
Revenue Management and Pricing
Revenue Management for the Hospitality Industry
Authors: David K. Hayes and Allisha A. Miller
Focus areas:
- Dynamic pricing
- Demand forecasting
- Occupancy optimization
- Revenue strategy
Customer Experience & Hospitality
The Heart of Hospitality
Author: Micah Solomon
Focus areas:
- Customer experience strategy
- Guest satisfaction
- Hospitality service excellence
- Brand loyalty
Restaurant & Hospitality Leadership
Setting the Table
Author: Danny Meyer
Focus areas:
- Hospitality leadership
- Restaurant operations
- Team culture
- Customer-first service philosophy
Business & Strategic Management
Strategic Market Positioning
Blue Ocean Strategy
Authors: W. Chan Kim and Renée Mauborgne
Focus areas:
- Strategic differentiation
- Competitive market creation
- Hotel brand positioning
- Business innovation
Competitive Analysis
Competitive Strategy
Author: Michael E. Porter
Focus areas:
- Industry competition
- Competitive advantage
- Strategic positioning
- Market analysis
Innovation & Disruption
The Innovator's Dilemma
Author: Clayton M. Christensen
Focus areas:
- Innovation strategy
- Disruptive technologies
- Business transformation
- Emerging market adaptation
Organizational Excellence
Good to Great
Author: Jim Collins
Focus areas:
- Organizational performance
- Leadership excellence
- Sustainable growth
- Business scalability
Performance Measurement & OKRs
Measure What Matters
Author: John Doerr
Focus areas:
- OKRs (Objectives and Key Results)
- Performance systems
- Strategic execution
- Operational accountability
Hospitality Business Frameworks
Hospitality Strategic Management
Hospitality Strategic Management
Authors: Cathy A. Enz
Focus areas:
- Hospitality business frameworks
- Strategic planning
- Hotel operations management
- Service industry competitiveness
Purpose of These Sources
These books and frameworks were indexed into the ingestion pipeline to provide:
- Better hospitality-specific reasoning
- Strategic business insights
- Revenue optimization knowledge
- Operational management intelligence
- Improved contextual retrieval for hotel and restaurant queries
The combined knowledge base enables sfs_smart_ai to generate concise, context-aware responses for hospitality and business-related use cases.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sfs_smart_ai-1.1.tar.gz.
File metadata
- Download URL: sfs_smart_ai-1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6ca0cc060da3b5e3397734b4832efaf0fa784ee5a886a185474cb632ceab6b3
|
|
| MD5 |
49bc8e5c82bf8ac0f31d259e45c93012
|
|
| BLAKE2b-256 |
8d94aaf62b274788e4002547e8ae084bf1385822e4cddfddf482c584eae5f896
|
File details
Details for the file sfs_smart_ai-1.1-py3-none-any.whl.
File metadata
- Download URL: sfs_smart_ai-1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec0ebba1c4d07ee77f26e27be200ffe93b3e2d354eec09a30bc9d573dddd8ce
|
|
| MD5 |
7eefd2b30c43bc075a1142a8a3d1f19f
|
|
| BLAKE2b-256 |
c2ed4cf14f6e2d04785f8b9f630e26fcfead454dc85caca47c8bc43784695ce2
|