[FEAT]: auto installer #62

Open
opened 2026-02-15 16:29:54 -05:00 by yindo · 0 comments
Owner

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.

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 $( [[ "$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.
yindo added the enhancementfeature requestdocumentation labels 2026-02-15 16:29:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#62