You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/tests/unit_tests/indexing
Eugene Yurtsev d8aa72f51d
core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667)
This PR moves the interface and the logic to core.

The following changes to namespaces:


`indexes` -> `indexing`
`indexes._api` -> `indexing.api`


Testing code is intentionally duplicated for now since it's testing
different
implementations of the record manager (in-memory vs. SQL).

Common logic will need to be pulled out into the test client.


A follow up PR will move the SQL based implementation outside of
LangChain.
5 months ago
..
__init__.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
in_memory.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
test_hashed_document.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
test_in_memory_record_manager.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
test_indexing.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
test_public_api.py core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago