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/tests/unit_tests/docstore
Mike Salvatore 265f05b10e
Enable InMemoryDocstore to be constructed without providing a dict (#6976)
- Description: Allow `InMemoryDocstore` to be created without passing a
dict to the constructor; the constructor can create a dict at runtime if
one isn't provided.
- Tag maintainer: @dev2049
1 year ago
..
__init__.py Harrison/add react chain (#24) 2 years ago
test_arbitrary_fn.py Add `DocstoreFn` - lookup doc via arbitrary function (#3760) 1 year ago
test_inmemory.py Enable InMemoryDocstore to be constructed without providing a dict (#6976) 1 year ago