mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
49c864fa18
updated vectorstores/ notebooks; added new integrations into ecosystem/integrations/ @dev2049 @rlancemartin, @eyurtsev
20 lines
626 B
Plaintext
20 lines
626 B
Plaintext
# Tigris
|
|
|
|
> [Tigris](htttps://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/modules/data_connection/vectorstores/integrations/tigris.html).
|
|
|
|
```python
|
|
from langchain.vectorstores import Tigris
|
|
```
|