arc53 / DocsGPT

Chatbot for documentation, that allows you to chat with your data. Privately deployable, provides AI knowledge sharing and integrates knowledge into your AI workflow
https://app.docsgpt.cloud/
MIT License
15.05k stars 1.61k forks source link

Feat: Organise models folders #1445

Open dartpain opened 1 week ago

dartpain commented 1 week ago

We have two folder model and models 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

piyush7833 commented 5 days ago

can this be assigned to me? thanks. @dartpain

piyush7833 commented 3 days ago

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?

dartpain commented 3 days ago

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