langchain/docs/extras/integrations/vectorstores
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
..
faiss_index mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
activeloop_deeplake.ipynb Bagatur/deeplake docs fixes (#9275) 2023-08-15 15:56:36 -07:00
alibabacloud_opensearch.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
analyticdb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
annoy.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
atlas.ipynb Updates to Nomic Atlas and GPT4All documentation (#9414) 2023-08-23 17:49:44 -07:00
awadb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
azuresearch.ipynb fix scoring profile example (#10016) 2023-08-31 00:35:06 -07:00
bageldb.ipynb BagelDB (bageldb.ai), VectorStore integration. (#8971) 2023-08-10 16:48:36 -07:00
cassandra.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
chroma.ipynb fix error in chroma docker instructions (#8533) 2023-07-31 16:32:53 -07:00
clarifai.ipynb Improvements to the Clarifai integration (#9290) 2023-08-21 12:53:36 -07:00
clickhouse.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
dashvector.ipynb Add dashvector vectorstore (#9163) 2023-08-15 16:19:30 -07:00
dingo.ipynb fix: max_marginal_relevance_search and docs in Dingo (#9244) 2023-08-15 01:06:06 -07:00
docarray_hnsw.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
docarray_in_memory.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
elasticsearch.ipynb ElasticsearchStore: improve error logging for adding documents (#9648) 2023-08-23 07:04:09 -07:00
epsilla.ipynb add Epsilla vectorstore (#9239) 2023-08-21 12:51:15 -07:00
faiss.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
hologres.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
index.mdx mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
lancedb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
marqo.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
matchingengine.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
meilisearch.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
milvus.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
mongodb_atlas.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
myscale.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
neo4jvector.ipynb Add neo4j vector support (#9770) 2023-08-29 07:54:20 -07:00
opensearch.ipynb Add summarization use-case (#8376) 2023-08-02 14:25:11 -07:00
pgembedding.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
pgvector.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
pinecone.ipynb Minor fixes to enhance notebook usability: (#8389) 2023-07-28 17:10:03 -07:00
qdrant.ipynb Fix documentation for from_documents signature (#8482) 2023-07-30 13:24:44 -07:00
redis.ipynb Redis metadata filtering and specification, index customization (#8612) 2023-08-25 17:22:50 -07:00
rockset.ipynb Fix docs for Rockset (#8807) 2023-08-06 15:04:01 -07:00
scann.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
singlestoredb.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
sklearn.ipynb Revert "add filter to sklearn vector store functions (#8113)" (#8760) 2023-08-04 08:13:32 -07:00
starrocks.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
supabase.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
tair.ipynb tair fix distance_type error, and add hybrid search (#9531) 2023-08-23 16:38:31 -07:00
tencentvectordb.ipynb cr 2023-08-31 00:43:34 -07:00
tigris.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
typesense.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
usearch.ipynb docs: integrations/providers (#9631) 2023-08-22 20:28:11 -07:00
vectara.ipynb fixed similarity_search_with_score to really use a score 2023-08-28 22:26:55 -07:00
weaviate.ipynb Weaviate: adding auth example + fixing spelling in ReadME (#8939) 2023-08-08 16:24:17 -07:00
xata.ipynb Pre-release Xata version no longer required (#9915) 2023-08-29 07:21:22 -07:00
zep.ipynb zep/new ZepVectorStore (#9159) 2023-08-16 00:23:07 -07:00
zilliz.ipynb mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00