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
Eduard van Valkenburg 1daa7068b2
added cosmos kwargs option (#5292)
# Added the ability to pass kwargs to cosmos client constructor

The cosmos client has a ton of options that can be set, so allowing
those to be passed to the constructor from the chat memory constructor
with this PR.
1 year ago
..
agents Fixing blank thoughts in verbose for "_Exception" Action (#5331) 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 fix: remove empty lines that cause InvalidRequestError (#5320) 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 Fixed passing creds to VertexAI LLM (#5297) 1 year ago
memory added cosmos kwargs option (#5292) 1 year ago
output_parsers add enum output parser (#5165) 1 year ago
prompts fix prompt saving (#4987) 1 year ago
retrievers Better docs for weaviate hybrid search (#5290) 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