Socket
Book a DemoInstallSign in
Socket

mup-chromadb

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup-chromadb

Plugin for Meteor Up to add support for chromadb

0.0.3
latest
Source
npmnpm
Version published
Weekly downloads
125
86.57%
Maintainers
0
Weekly downloads
 
Created
Source

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 reconfig

Commands

  • mup chromadb setup
  • mup chromadb start
  • mup chromadb stop
  • mup chromadb logs View chromadb logs. Supports the same arguments as mup logs, including --tail and --follow.

Keywords

meteor-up

FAQs

Package last updated on 05 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.