langchain/libs
Arturs Konfino 2319212d54
community[patch]: avoid executing toolkit.get_context() when not necessary (#19762)
If `prompt` is passed into `create_sql_agent()`, then
`toolkit.get_context()` shouldn't be executed against the database
unless relevant prompt variables (`table_info` or `table_names`) are
present .
2024-03-29 16:42:21 +00:00
..
cli cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673) 2024-03-27 15:56:11 -04:00
community community[patch]: avoid executing toolkit.get_context() when not necessary (#19762) 2024-03-29 16:42:21 +00:00
core core[minor]: Add aformat_messages to FewShotChatMessagePromptTemplate and ChatPromptTemplate (#19648) 2024-03-29 10:31:32 -04:00
experimental experimental[patch]: Removed 'SQLResults:' from the LLMResponse in SQLDatabaseChain (#17104) 2024-03-29 01:22:35 -07:00
langchain langchain[patch]: Upgrade openai's sdk and solve some interface adaptation problems. (#19548) 2024-03-29 01:25:17 -07:00
partners openai[patch]: add checking codes for calling AI model get error (#17909) 2024-03-29 00:17:32 +00:00
text-splitters infra: Consistent lxml requirements (#19520) 2024-03-27 20:27:59 +00:00