Socket
Socket
Sign inDemoInstall

tigrisdb

Package Overview
Dependencies
2
Maintainers
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tigrisdb

Python SDK for Tigris <http://www.tigrisdata.com>


Maintainers
2

Readme

tigris-client-python

Python client for Tigris

Installation

pip install tigrisdb

Usage

Vector Search - https://www.tigrisdata.com/docs/concepts/vector-search/python/

Development

  1. Install poetry following the installation instructions here
  2. Requires python 3.8+, pip 23.x
  3. Clone the repo and cd into the directory
  4. Update submodule - git submodule update --init
  5. Create and activate the virtual environment - poetry shell
  6. Install dependencies - poetry install --with dev
  7. [Optional] install git hooks
  8. Compile proto and generate api client helpers - poetry run make generate

Git Hooks

We use pre-commit to automatically setup and run git hooks.

On every git commit we check the code quality. Install the hooks:

pre-commit install

Keywords

FAQs


Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc