langchain/libs/langchain_v1/tests/unit_tests/embeddings
Eugene Yurtsev 7995c719c5
chore(langchain_v1): clean anything uncertain (#32228)
Further clean up of namespace:

- Removed prompts (we'll re-add in a separate commit)
- Remove LocalFileStore until we can review whether all the
implementation details are necessary
- Remove message processing logic from memory (we'll figure out where to
expose it)
- Remove `Tool` primitive (should be sufficient to use `BaseTool` for
typing purposes)
- Remove utilities to create kv stores. Unclear if they've had much
usage outside MultiparentRetriever
2025-07-24 14:41:05 +00:00
..
__init__.py feat(langchain): v1 scaffolding (#32166) 2025-07-24 09:47:48 -04:00
test_base.py feat(langchain): v1 scaffolding (#32166) 2025-07-24 09:47:48 -04:00
test_caching.py feat(langchain): v1 scaffolding (#32166) 2025-07-24 09:47:48 -04:00
test_imports.py chore(langchain_v1): clean anything uncertain (#32228) 2025-07-24 14:41:05 +00:00