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

Hard coded paths #157

Open
KnowledgeGarden opened this issue Feb 20, 2023 · 2 comments
Open

Hard coded paths #157

KnowledgeGarden opened this issue Feb 20, 2023 · 2 comments

Comments

@KnowledgeGarden
Copy link

generic.py includes two hard-coded paths, one to "c:" and one to "d:"
On *nix boxes, you can imagine what that means.
This repo is called by some experimental projects which use LLMs in NLP research.
I have no idea how to resolve this issue. Open to ideas.
Thanks.

@arjenpdevries
Copy link
Member

The issue refers to:

I guess that should be solved through the config file setup.cfg but I'll leave it to the experts to decide how to best carry that through.

@KDercksen
Copy link
Contributor

I think that section of the file should just be removed altogether. It's just leftover debugging code (load the embeddings, query them, see what embeddings look like) and does not belong there anymore. The file is not meant to be called as a standalone script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants