langchain/docs/extras
Matvey Arye 6e02c45ca4
Add integration for Timescale Vector(Postgres) (#10650)
**Description:**
This commit adds a vector store for the Postgres-based vector database
(`TimescaleVector`).

Timescale Vector(https://www.timescale.com/ai) is PostgreSQL++ for AI
applications. It enables you to efficiently store and query billions of
vector embeddings in `PostgreSQL`:
- Enhances `pgvector` with faster and more accurate similarity search on
1B+ vectors via DiskANN inspired indexing algorithm.
- Enables fast time-based vector search via automatic time-based
partitioning and indexing.
- Provides a familiar SQL interface for querying vector embeddings and
relational data.

Timescale Vector scales with you from POC to production:
- Simplifies operations by enabling you to store relational metadata,
vector embeddings, and time-series data in a single database.
- Benefits from rock-solid PostgreSQL foundation with enterprise-grade
feature liked streaming backups and replication, high-availability and
row-level security.
- Enables a worry-free experience with enterprise-grade security and
compliance.

Timescale Vector is available on Timescale, the cloud PostgreSQL
platform. (There is no self-hosted version at this time.) LangChain
users get a 90-day free trial for Timescale Vector.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Avthar Sewrathan <avthar@timescale.com>
2023-09-21 07:33:37 -07:00
..
_templates Corrected some spelling mistakes and grammatical errors (#10791) 2023-09-19 10:08:59 -07:00
additional_resources Konko fix dependency 2023-09-08 10:06:37 -07:00
expression_language add lcel how to index (#10850) 2023-09-20 10:19:43 -07:00
guides Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
integrations Add integration for Timescale Vector(Postgres) (#10650) 2023-09-21 07:33:37 -07:00
modules Add integration for Timescale Vector(Postgres) (#10650) 2023-09-21 07:33:37 -07:00
use_cases beef up agent docs (#10866) 2023-09-20 23:09:58 -07:00