Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Organise models folders #1445

Open
dartpain opened this issue Nov 17, 2024 · 3 comments
Open

Feat: Organise models folders #1445

dartpain opened this issue Nov 17, 2024 · 3 comments
Assignees
Labels
application Application backend extensions Extensions good first issue Good for newcomers help wanted Extra attention is needed python Pull requests that update Python code

Comments

@dartpain
Copy link
Contributor

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

@dartpain dartpain added good first issue Good for newcomers help wanted Extra attention is needed python Pull requests that update Python code application Application extensions Extensions backend labels Nov 17, 2024
@piyush7833
Copy link

can this be assigned to me? thanks. @dartpain

@piyush7833
Copy link

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Application backend extensions Extensions good first issue Good for newcomers help wanted Extra attention is needed python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

2 participants