Open dartpain opened 1 week ago
can this be assigned to me? thanks. @dartpain
Hi @dartpain, I found the llms folder, but I’m unable to locate the model or models folder. Could you please help me navigate to these folders?
Here we use one of the folders to store gguf model file temporarily https://github.com/arc53/DocsGPT/blob/main/setup.sh
We also download embeddings model here in Dockerfile https://github.com/arc53/DocsGPT/blob/main/application/Dockerfile And retrieve it here: https://github.com/arc53/DocsGPT/blob/main/application/vectorstore/base.py
We have two folder
model
andmodels
they are used for storing embedding models and llms respectively. Use one folder for both instead (models)To complete this feature you will need to look for all uses for model / models folder and make sure you check all install scripts that may be using them