langchain/tests/integration_tests/vectorstores
Davit Buniatyan b3a5b51728
[minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927)
Minor cosmetic changes 
- Activeloop environment cred authentication in notebooks with
`getpass.getpass` (instead of CLI which not always works)
- much faster tests with Deep Lake pytest mode on 
- Deep Lake kwargs pass

Notes
- I put pytest environment creds inside `vectorstores/conftest.py`, but
feel free to suggest a better location. For context, if I put in
`test_deeplake.py`, `ruff` doesn't let me to set them before import
deeplake

---------

Co-authored-by: Davit Buniatyan <d@activeloop.ai>
2023-04-15 10:49:16 -07:00
..
cassettes feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
docker-compose Harrison/weaviate fixes (#2872) 2023-04-13 22:37:34 -07:00
fixtures fix: elasticsearch (#2402) 2023-04-05 06:51:32 -07:00
__init__.py
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_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 Allow k to be higher than doc size in max_marginal_relevance_search (#1187) 2023-02-20 16:39:13 -08:00
test_milvus.py Harrison/milvus (#856) 2023-02-02 22:05:47 -08:00
test_opensearch.py Add custom vector fields and text fields for OpenSearch (#2652) 2023-04-10 21:02:02 -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 Harrison/weaviate fixes (#2872) 2023-04-13 22:37:34 -07:00