hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.65k stars 230 forks source link

Refactor import path for ease of use #12

Closed NivekT closed 1 year ago

NivekT commented 1 year ago

Refactoring import path for easier import pattern. It should not be BC-breaking. It will also allow a easier time to move classes around in the future (as long as the import path will be updated).

We should update the package with this PR as well.

steventkrawczyk commented 1 year ago

Thanks for taking care of this @NivekT !