langchain
langchain copied to clipboard
🦜🔗 Build context-aware reasoning applications
consolidating logic for when a chain is able to run with single input text, single output text open to feedback on naming, logic, usefulness
Main design q is whether this should be consolidated with HuggingFaceEmbeddings, could be confusing to have 2 separate huggingface embedings classes. Will add unit tests and docs once that's decided....
this will break atm but wanted to get thoughts on implementation. 1. should add() be on docstore interface? 2. should InMemoryDocstore change to take a list of documents as init?...
Run mypy last as its the slowest linter
Currently is as below, which is way too ugly ``` 335 Create a new model by parsing and validating input data from keyword arguments. 336 337 Raises ValidationError if the...
per https://github.com/hwchase17/langchain/issues/104 needed to start skipping unit tests due to a segfault - look into this more and figure out what fixes are needed https://github.com/hwchase17/langchain/blob/95dd2f140e19d29bdb62d4dae2048e3edf0ee147/tests/integration_tests/embeddings/test_huggingface.py#L7
add llm extra dependencies add all extra dependencies
to make sure they are up to date