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
Peng Qu d481d887bc
Add an example to make the prompt more robust (#5291)
# Add example to LLMMath to help with power operator

Add example to LLMMath that helps the model to interpret `^` as the power operator rather than the python xor operator.
1 year ago
..
agents Tedma4/twilio tool (#5136) 1 year ago
callbacks Log warning (#5192) 1 year ago
chains Add an example to make the prompt more robust (#5291) 1 year ago
chat_models OpenAI lint (#5273) 1 year ago
cli Add 'status' command to get server status (#5197) 1 year ago
client Add Delete Session Method (#5193) 1 year ago
docstore changed ValueError to ImportError (#5006) 1 year ago
document_loaders Fixed regression in JoplinLoader's get note url (#5265) 1 year ago
embeddings OpenAI lint (#5273) 1 year ago
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
experimental Improve PlanningOutputParser whitespace handling (#5143) 1 year ago
graphs changed ValueError to ImportError (#5103) 1 year ago
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 1 year ago
llms LLM wrapper for Databricks (#5142) 1 year ago
memory feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
output_parsers Fix typo in docstring of RetryWithErrorOutputParser (#5244) 1 year ago
prompts fix prompt saving (#4987) 1 year ago
retrievers tfidf retriever (#5114) 1 year ago
tools Add visible_only and strict_mode options to ClickTool (#4088) 1 year ago
utilities Tedma4/twilio tool (#5136) 1 year ago
vectorstores OpenSearch top k parameter fix (#5216) 1 year ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py Add async versions of predict() and predict_messages() (#4867) 1 year ago
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
env.py Add Environment Info to Run (#4691) 1 year ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py Bold Crumbs (#4876) 1 year ago
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 2 years ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 2 years ago
schema.py Improving Resilience of MRKL Agent (#5014) 1 year ago
serpapi.py move serpapi wrapper (#1199) 2 years ago
server.py Update Tracing Walkthrough (#4760) 1 year ago
sql_database.py Support bigquery dialect - SQL (#5261) 1 year ago
text_splitter.py Improve effeciency of TextSplitter.split_documents, iterate once (#5111) 1 year ago
utils.py Harrison/virtual time (#4658) 1 year ago