Commit History

chore: exclude assets/ from HF Space (binary files)
18c3b08
Running

Vishu2006 commited on

feat: fully working API with Pinecone vector store, all endpoints fixed and tested
eb66571

Vishu2006 commited on

fix: /index/search score double multiply and flat metadata keys
1102f3f

Vishu2006 commited on

fix: add is_empty() method to PineconeVectorStore
43e0d47

Vishu2006 commited on

fix: add missing skipped and total keys to build_index return dict
2cb9c8d

Vishu2006 commited on

fix: use PINECONE_API_KEY env var instead of hardcoded key
8972473

Vishu2006 commited on

fix: use pinecone>=3.0.0 instead of pinecone==3.2.2 (version didn't exist)
8983538

Vishu2006 commited on

fix: Dockerfile use requirements_api.txt instead of hardcoded versions
5b9d87c

Vishu2006 commited on

fix: upgrade transformers to 4.36.2 for sentence-transformers 2.7.0 compatibility
97961a7

Vishu2006 commited on

fix: upgrade sentence-transformers to 2.7.0, add pinecone, fix get_vector_store() call
2613b90

Vishu2006 commited on

fix: Pinecone() syntax error - close parenthesis
480a659

Vishu2006 commited on

fix: /index/info use get_stats() with get_info() fallback
91a30a9

Vishu2006 commited on

Add Pinecone persistent vector store
2630dd2

Vishu2006 commited on

Fix: remove stale jd_file reference causing 500 error in /match
8bf89c7

Vishu2006 commited on

Fix: use required UploadFile fields in /match for Swagger file pickers
d811f29

Vishu2006 commited on

Fix: patch OpenAPI schema contentMediaType->format:binary for Swagger file pickers
54bb586

Vishu2006 commited on

Fix: custom OpenAPI schema to render file upload pickers in Swagger
d21abd1

Vishu2006 commited on

Optimize: CPU-only torch, pinned deps, model pre-baked in image
20f92d6

Vishu2006 commited on

Fix: split resumes into resume1-5 slots for Swagger file upload UI
978a396

Vishu2006 commited on

Fix: use List[UploadFile] for proper Swagger file upload UI
184cbc8

Vishu2006 commited on

Fix: add HEAD method support to /health for UptimeRobot
3a518dc

Vishu2006 commited on

Fix: resolve merge conflict, add HF Spaces YAML metadata
bb780c0

Vishu2006 commited on

Initial commit: SmartHire-AI FastAPI + Streamlit
91e794e

Vishu2006 commited on