0.0.3 • Published 12 months ago
mup-chromadb v0.0.3
mup-chromadb
Plugin for Meteor Up to setup and run Chromadb.
Use
Install with npm i -g mup-chromadb.
Then, add to the plugins array in your mup config, and add a chromadb object.
module.exports = {
// rest of config
plugins: ['mup-chromadb'],
chromadb: {
// Server to run chromadb on.
servers: { one: {} },
// Version of chromadb.
version: 'latest',
host: '127.0.0.1',
port: '8000'
}
}Next, run
mup setup
mup reconfigCommands
mup chromadb setupmup chromadb startmup chromadb stopmup chromadb logsView chromadb logs. Supports the same arguments asmup logs, including--tailand--follow.