mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
f0ae10a20e
The link has a **typo** in [tigirs docs](https://python.langchain.com/docs/integrations/providers/tigris), so I couldn't access it. So, I have corrected it. Thanks! ☺️
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
|
|
```
|