fynnfluegge / codeqai

Local first semantic code search and chat powered by vector embeddings and LLMs
Apache License 2.0
385 stars 46 forks source link

Changing embeddings model should delete faiss index #26

Open fynnfluegge opened 8 months ago

fynnfluegge commented 8 months ago

If an embedding model is configured after the current repo was indexed with faiss before, the related faiss index should be deleted from .cache/ folder automatically. Afterwards it can be recreated with the newly configured model.