Coder Social home page Coder Social logo

milvus-test's Introduction

milvus-test

  • test repository for milvus the vector database
  • 스크립트를 실행하기 위해서는 docker가 필요합니다.

environment

run milvus (using docker-compose)

# docker-compose를 통해서 milvus-standalone을 실행시킵니다.
$ docker-compose up -d
# 다음의 명령어를 통해 milvus의 상태를 확인합니다.
$ docker port milvus-standalone 19530/tcp

run python (using venv)

  • 가상환경을 작동시킨 후 패키지를 설치합니다. (최초 1회에 한하여 가상환경을 설정합니다)
# 가상 환경 생성
$ python3 -m venv venv
# 가상 환경 활성화
$ source venv/bin/activate
# requirement.txt를 통한 패키지 설치
$ pip3 install -r requirements.txt
  • 가상환경을 종료하거나, 패키지 설정을 저장하는 경우
# 패키지 의존성 저장
$ pip3 freeze > requirements.txt
# 가상 환경 비활성화
$ deactivate
# !!! 패키지 의존성 초기화 !!!
$ pip3 uninstall -r requirements.txt -y

milvus-test's People

Contributors

marsboy02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.