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/langchain
Davis Chase b2564a6391
fix #3884 (#3475)
fixes mar bug #3384
1 year ago
..
agents remove default usage of openai model in SQLDatabaseToolkit (#2884) 1 year ago
callbacks Fixing issue link for Comet callback (#3212) 1 year ago
chains Bugfix: Not all combine docs chains takes kwargs `prompt` (#3462) 1 year ago
chat_models consistently use getLogger(__name__), no root logger (#2989) 1 year ago
docstore
document_loaders Several confluence loader improvements (#3300) 1 year ago
embeddings pass list of strings to embed method in tf_hub (#3284) 1 year ago
evaluation Improve eval chain prompt (#2798) 1 year ago
experimental Catch all exceptions in autogpt (#3413) 1 year ago
graphs Minor: Remove duplicated word in error message (#2706) 1 year ago
indexes
llms add LoRA loading for the LlamaCpp LLM (#3363) 1 year ago
memory Harrison/file chat history (#3198) 1 year ago
output_parsers Contextual compression retriever (#2915) 1 year ago
prompts Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
retrievers Contextual compression retriever (#2915) 1 year ago
tools Structured Tool Bugfixes (#3324) 1 year ago
utilities small constructor change and updated notebook (#3426) 1 year ago
vectorstores fix #3884 (#3475) 1 year ago
__init__.py Harrison/power bi (#3205) 1 year ago
cache.py Harrison/gpt cache (#2744) 1 year ago
docker-compose.yaml
document_transformers.py Contextual compression retriever (#2915) 1 year ago
example_generator.py
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py
math_utils.py fix #3884 (#3475) 1 year ago
model_laboratory.py
py.typed
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py
schema.py Contextual compression retriever (#2915) 1 year ago
serpapi.py
server.py Fix missing docker-compose (#2899) 1 year ago
sql_database.py
text_splitter.py Contextual compression retriever (#2915) 1 year ago
utils.py