langchain/docs/extras/integrations
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
..
callbacks Update argilla.ipynb with spelling fix (#10611) 2023-09-19 08:06:28 -07:00
chat Amazon Bedrock Support Streaming (#10393) 2023-09-20 11:55:38 -07:00
chat_loaders Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
document_loaders fix broken link in docugami loader docs (#10753) 2023-09-18 21:56:33 -07:00
document_transformers Separate platforms integrations docs (#10609) 2023-09-15 12:18:57 -07:00
llms gradient.ai LLM intregration (#10800) 2023-09-21 07:29:16 -07:00
memory Remembrall Integration (#10767) 2023-09-19 08:36:32 -07:00
platforms add anthropic page (#10666) 2023-09-18 11:10:44 -07:00
providers Add Javelin integration (#10275) 2023-09-20 16:36:39 -07:00
retrievers Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
text_embedding fix: chat_models Qianfan not compatiable with SystemMessage (#10642) 2023-09-19 22:35:51 -07:00
toolkits Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
tools Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
vectorstores Add integration for Timescale Vector(Postgres) (#10650) 2023-09-21 07:33:37 -07:00