langchain/tests/integration_tests/vectorstores
Richy Wang 88a8f59aa7
Add a full PostgresSQL syntax database 'AnalyticDB' as vector store. (#3135)
Hi there!
I'm excited to open this PR to add support for using a fully Postgres
syntax compatible database 'AnalyticDB' as a vector.
As AnalyticDB has been proved can be used with AutoGPT,
ChatGPT-Retrieve-Plugin, and LLama-Index, I think it is also good for
you.
AnalyticDB is a distributed Alibaba Cloud-Native vector database. It
works better when data comes to large scale. The PR includes:

- [x]  A new memory: AnalyticDBVector
- [x]  A suite of integration tests verifies the AnalyticDB integration

I have read your [contributing
guidelines](72b7d76d79/.github/CONTRIBUTING.md).
And I have passed the tests below
- [x]  make format
- [x]  make lint
- [x]  make coverage
- [x]  make test
2023-04-22 08:25:41 -07:00
..
cassettes Fix/issue 1213 (#2932) 2023-04-16 13:11:30 -07:00
docker-compose Fix/issue 1213 (#2932) 2023-04-16 13:11:30 -07:00
fixtures fix: elasticsearch (#2402) 2023-04-05 06:51:32 -07:00
__init__.py add few shot example (#148) 2022-11-19 20:32:45 -08:00
conftest.py [minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927) 2023-04-15 10:49:16 -07:00
fake_embeddings.py Propagate "filter" arg in Chroma similarity_search (#1869) 2023-03-22 19:40:10 -07:00
test_analyticdb.py Add a full PostgresSQL syntax database 'AnalyticDB' as vector store. (#3135) 2023-04-22 08:25:41 -07:00
test_annoy.py Add Annoy as VectorStore (#2939) 2023-04-16 13:44:04 -07:00
test_atlas.py Harrison/atlas db (#1315) 2023-02-26 22:11:38 -08:00
test_chroma.py Add workaround for not having async vector store methods (#2733) 2023-04-11 18:49:08 -07:00
test_deeplake.py Deep Lake upgrade to include attribute search, distance metrics, returning scores and MMR (#2455) 2023-04-06 12:47:33 -07:00
test_elasticsearch.py feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
test_faiss.py Add similarity_search_with_normalized_similarities (#2916) 2023-04-15 21:06:08 -07:00
test_milvus.py Harrison/milvus (#856) 2023-02-02 22:05:47 -08:00
test_opensearch.py OpenSearch: Add Support for Lucene Filter (#3201) 2023-04-20 20:42:53 -07:00
test_pgvector.py Removed duplicate BaseModel dependencies (#2471) 2023-04-06 12:45:16 -07:00
test_pinecone.py feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
test_qdrant.py Qdrant update to 1.1.1 & docs polishing (#2388) 2023-04-04 06:48:21 -07:00
test_redis.py feat: add redisearch vectorstore (#1307) 2023-03-14 18:06:03 -07:00
test_weaviate.py Fix/issue 1213 (#2932) 2023-04-16 13:11:30 -07:00