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.55k stars 216 forks source link

Missing requirements - streamlit #126

Open amit10may opened 2 months ago

amit10may commented 2 months ago

📚 The doc issue

The docs steps are not working when I run playground streamlit command. Streamlit dependency is missing in requirements.txt

Suggest a potential fix

Include prompttools as well as streamlit in the requirements.txt file. And update documentation with right commands. Just cloning and running streamlit command does not work.