CoolFace
Apppublic

Usmanbhat/fiqh-ai-api

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
15 commits on main
6b96e164mo ago

chore: remove search traceback debug code

benjamin
7a506b34mo ago

fix: gracefully handle missing score column in _row_to_result

benjamin
7feddbc4mo ago

debug: capture and return traceback in /search endpoint

benjamin
939cb954mo ago

fix: implement true hybrid search by lifting FTS restriction on vector candidates

benjamin
64858d14mo ago

trigger rebuild to pull new database from dataset

benjamin
7778db54mo ago

fix: use torch.cuda.amp.autocast() for mixed-precision encoding

benjamin
6fb14834mo ago

perf: use FP16 precision on CUDA and SQLite executemany

benjamin
3eb02ef4mo ago

chore: host database on Hugging Face Datasets and keep git repo lightweight

benjamin
365845d4mo ago

feat: auto-detect GPU/MPS in generate_embeddings.py

benjamin
321f5134mo ago

feat: model auto-detection, startup warmup, RRF k=40, CAMeL-BERT default, switch_model helper

benjamin
afe975d4mo ago

feat: add /debug/semantic endpoint + semantic status in /health

benjamin
7fe2fe34mo ago

Deploy fully-indexed AI vector database and hybrid search

benjamin
b43e4054mo ago

Implement backward-compatible Hybrid RRF Search support

benjamin
96163264mo ago

Deploy Fiqh.ai FastAPI Backend with Database and Git LFS

benjamin
bbf05db4mo ago

initial commit

Usmanbhat