(FIX): update generator model path and quantization settings in config.yaml
a6fd692
devjas1commited on
(TESTS): add initial test for embeddinggemma-300m model encoding
fadc4bc
devjas1commited on
(MODEL DOWNLOAD)[Add embeddinggemma-300m scrip//Run once to download]t: add embeddinggemma-300m model initialization
cdd329f
devjas1commited on
REMOVE: delete requirements.txt as it is no longer needed
e7aa207
devjas1commited on
(REMOVE)[Delete unused .gitattributes file]: remove the .gitattributes file as it is no longer needed.
933e0be
devjas1commited on
(FEAT)[Enhance test suite for Phi-2 model]: add comprehensive tests for configuration loading, module imports, and fallback functionality in test_phi2.py.
198f016
devjas1commited on
(FEAT)[Implement document search functionality]: enhance the search_documents function to load FAISS index and metadata, enabling semantic document retrieval.
593e022
devjas1commited on
(FEAT)[Refactor commit message generation]: enhance the generate_commit_message function to utilize configuration settings and improve error handling.
b3a4795
devjas1commited on
(FEAT)[Implement FAISS Indexing]: enhance document embedding process by integrating FAISS indexing and saving metadata.
eae02ee
devjas1commited on
(CONFIG)[Adjust deps to be lightweight]: update requirements.txt to streamline dependencies and focus on core functionality.
cede51b
devjas1commited on
(CONFIG)[Add an extra parameter for more fine-grained configuration controls:]: add missing `n_ctx` parameter to generator configuration.
f1a9e72
devjas1commited on
(CHORE/CLEANUP): remove unused `.jsx` UI components and hooks
42114bb
devjas1commited on
(FIX)[CLI-ErrorHandling]: improve error handling and clarify server placeholder
f2b471a
devjas1commited on
(FEAT/DOCS)[Docs: Readme + .gitignore]: add README.md with project details and setup instructions