mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 09:15:44 -04:00
[FEAT]: auto installer #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @isomorphics on GitHub (Jan 15, 2024).
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 $( && 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.