[FEAT]: auto installer #120
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
feature request
What would you like to see?
This project is super cool and important for OSS autonomy and management on par or apparently better than Pinecone.
Would be cool if installation without docker was automated so it can provide its own minimal chromadb and prompt for Pinecone or Postgres connection instance because README on Macos broke due to just 'virtual-env' being 'virtualenv' on Macos, might want to change README to include "python -m $( [[ "$OSTYPE" == "darwin"* ]] && echo "virtualenv" || echo "virtual-env" ) env" or just make a 'install.sh' script
Also if you can specify whatever edits are necessary to get built from git instead of docker would help.
The text was updated successfully, but these errors were encountered: