Spaces:
Running
Running
Bhaskar Ram
feat: apply all 15 upgrades — BGE embeddings, cosine FAISS, streaming LLM, tenacity retry, dotenv, Dockerfile, tests
a465955 | # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| # Environment | |
| .env | |
| *.env | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Gradio cache / uploads | |
| gradio_cached_examples/ | |
| flagged/ | |
| # Test artefacts | |
| .pytest_cache/ | |
| htmlcov/ | |
| .coverage | |
| # Editors | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |