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
Matt Wells 1d861dc37a
MRKL output parser no longer breaks well formed queries (#5432)
# Handles the edge scenario in which the action input is a well formed
SQL query which ends with a quoted column

There may be a cleaner option here (or indeed other edge scenarios) but
this seems to robustly determine if the action input is likely to be a
well formed SQL query in which we don't want to arbitrarily trim off `"`
characters

Fixes #5423

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Agents / Tools / Toolkits
  - @vowelparrot
1 year ago
..
agents MRKL output parser no longer breaks well formed queries (#5432) 1 year ago
callbacks Set old LCTracer to default to port 8000 (#5381) 1 year ago
chains Harrison/condense q llm (#5438) 1 year ago
chat_models OpenAI lint (#5273) 1 year ago
cli Add 'status' command to get server status (#5197) 1 year ago
client Removes duplicated call from langchain/client/langchain.py (#5449) 1 year ago
docstore changed ValueError to ImportError (#5006) 1 year ago
document_loaders fix (#5457) 1 year ago
embeddings `encoding_kwargs` for InstructEmbeddings (#5450) 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 Harrison/prediction guard update (#5404) 1 year ago
memory Implemented appending arbitrary messages (#5293) 1 year ago
output_parsers Harrison/datetime parser (#4693) 1 year ago
prompts fix prompt saving (#4987) 1 year ago
retrievers Fix: Handle empty documents in ContextualCompressionRetriever (Issue #5304) (#5306) 1 year ago
tools Add ToolException that a tool can throw. (#5050) 1 year ago
utilities feat: support for shopping search in SerpApi (#5259) 1 year ago
vectorstores Fixed docstring in faiss.py for load_local (#5440) 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) 1 year ago
schema.py Implemented appending arbitrary messages (#5293) 1 year ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
server.py Update Tracing Walkthrough (#4760) 1 year ago
sql_database.py Support bigquery dialect - SQL (#5261) 1 year ago
text_splitter.py Add more code splitters (go, rst, js, java, cpp, scala, ruby, php, swift, rust) (#5171) 1 year ago
utils.py Harrison/datetime parser (#4693) 1 year ago