langchain/docs/extras/integrations
Bagatur 3efab8d3df
implement vectorstores by tencent vectordb (#9989)
Hi there!
I'm excited to open this PR to add support for using 'Tencent Cloud
VectorDB' as a vector store.

Tencent Cloud VectorDB is a fully-managed, self-developed,
enterprise-level distributed database service designed for storing,
retrieving, and analyzing multi-dimensional vector data. The database
supports multiple index types and similarity calculation methods, with a
single index supporting vector scales up to 1 billion and capable of
handling millions of QPS with millisecond-level query latency. Tencent
Cloud VectorDB not only provides external knowledge bases for large
models to improve their accuracy, but also has wide applications in AI
fields such as recommendation systems, NLP services, computer vision,
and intelligent customer service.

The PR includes:
 Implementation of Vectorstore.

I have read your [contributing
guidelines](72b7d76d79/.github/CONTRIBUTING.md).
And I have passed the tests below

 make format
 make lint
 make coverage
 make test
2023-08-31 00:48:25 -07:00
..
callbacks Add LLMonitor Callback Handler Integration - open-source observability & analytics (#9870) 2023-08-29 15:49:01 -07:00
chat Adds ChatOllama (#9628) 2023-08-23 13:02:26 -07:00
chat_loaders iMessage loader (#9832) 2023-08-28 13:43:59 -07:00
document_loaders Add bucket and object key to metadata in S3 loader (#9317) 2023-08-30 11:03:24 -04:00
document_transformers Added a pdf parser based on DocAI (#9579) 2023-08-24 21:44:49 -07:00
llms docs: llms/google vertex AI example update (#9960) 2023-08-29 15:07:18 -07:00
memory Pre-release Xata version no longer required (#9915) 2023-08-29 07:21:22 -07:00
providers implement vectorstores by tencent vectordb (#9989) 2023-08-31 00:48:25 -07:00
retrievers Update google drive notebooks (#9851) 2023-08-28 19:29:35 -07:00
text_embedding Docs: enrich SageMaker endpoint embeddings with docstrings and examples (#9924) 2023-08-29 11:38:52 -07:00
toolkits Update google drive notebooks (#9851) 2023-08-28 19:29:35 -07:00
tools Updated titles, descriptions. 2023-08-29 15:42:28 -07:00
vectorstores implement vectorstores by tencent vectordb (#9989) 2023-08-31 00:48:25 -07:00