langchain/libs/core/tests/unit_tests/indexing
Eugene Yurtsev 4ba14adec6
core[patch]: Clean up indexing test code (#24139)
Refactor the code to use the existing InMemroyVectorStore.

This change is needed for another PR that moves some of the imports
around (and messes up the mock.patch in this file)
2024-07-11 18:54:46 +00:00
..
__init__.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 2024-04-24 13:18:42 -04:00
test_hashed_document.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 2024-04-24 13:18:42 -04:00
test_in_memory_record_manager.py core[minor]: Adds an in-memory implementation of RecordManager (#13200) 2024-06-20 12:19:10 -04:00
test_indexing.py core[patch]: Clean up indexing test code (#24139) 2024-07-11 18:54:46 +00:00
test_public_api.py core[minor]: add upsert, streaming_upsert, aupsert, astreaming_upsert methods to the VectorStore abstraction (#23774) 2024-07-05 12:21:40 -04:00