changed - Accept extra `kwargs` and supply them to `langchain.llms.Llamacpp` (12) - Add optional argument to specify custom path to vector DB (11)
fixed: - N/A
0.0.12
new: - N/A
changed - Add optional argument to specify custom path to download LLM (5), thanks to rabilrbl
fixed: - Fixed capitalization in download confirmation (9), thanks to rabilrbl - Insert [dummy replacement](https://stackoverflow.com/questions/74918614/error-importing-seaborn-module-attributeerror/76760670#76760670) of decorator into numpy
0.0.11
new: - N/A
changed - Print `persist_directory` when creating new vector store - Revert `numpy` pin
fixed: - N/A
0.0.10
new: - N/A
changed - Pin to `numpy==1.23.3` due to `_no_nep50` error in some environments