mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 03:59:25 +00:00
20 lines
596 B
Plaintext
20 lines
596 B
Plaintext
# Tigris
|
|
|
|
> [Tigris](https://tigrisdata.com) is an open-source Serverless NoSQL Database and Search Platform designed to simplify building high-performance vector search applications.
|
|
> `Tigris` eliminates the infrastructure complexity of managing, operating, and synchronizing multiple tools, allowing you to focus on building great applications instead.
|
|
|
|
## Installation and Setup
|
|
|
|
|
|
```bash
|
|
pip install tigrisdb openapi-schema-pydantic openai tiktoken
|
|
```
|
|
|
|
## Vector Store
|
|
|
|
See a [usage example](/docs/integrations/vectorstores/tigris).
|
|
|
|
```python
|
|
from langchain.vectorstores import Tigris
|
|
```
|