Commit Graph

  • b4354b7694 Make tests stricter, remove old code, fix up pydantic import when using v2 (#11231) Eugene Yurtsev 2023-09-29 12:47:02 -04:00
  • 572968fee3 Using langchain input types (#11204) Eugene Yurtsev 2023-09-29 12:37:09 -04:00
  • 77c7c9ab97 bump 305 (#11224) Bagatur 2023-09-29 08:55:00 -07:00
  • 4b8442896b Make test deterministic Nuno Campos 2023-09-29 16:50:00 +01:00
  • 33884b2184 Fix typo in gradient.ipynb (#11206) Ikko Eltociear Ashimine 2023-09-30 00:45:40 +09:00
  • ba9371854f OpenAI gpt-3.5-turbo-instruct cost information (#11218) Attila Tőkés 2023-09-29 18:44:55 +03:00
  • de69ea26e8 Suppress warnings in interactive env that stem from tab completion (#11190) Eugene Yurtsev 2023-09-29 11:44:30 -04:00
  • 715ffda28b mongodb doc loader init (#10645) Jon Saginaw 2023-09-29 11:44:07 -04:00
  • 523898ab9c Update fireworks features (#11205) Cynthia Yang 2023-09-29 08:37:06 -07:00
  • 3d8aa88e26 Add async tests and comments Nuno Campos 2023-09-29 15:28:46 +01:00
  • 4ad0f3de2b Add RunnableGenerator (#11214) Nuno Campos 2023-09-29 15:21:37 +01:00
  • 748a757306 Clean warnings: replace type with isinstance and fix syntax (#11219) Guy Korland 2023-09-29 17:06:33 +03:00
  • 091d8845d5 Backwards compat Nuno Campos 2023-09-29 14:18:38 +01:00
  • 4e28a7a513 Implement diff Nuno Campos 2023-09-29 14:12:48 +01:00
  • 5cbe2b7b6a Implement diff Nuno Campos 2023-09-29 14:06:07 +01:00
  • 6c0a6b70e0 WIP Add tests§ Nuno Campos 2023-09-29 11:43:31 +01:00
  • 63f2ef8d1c Implement str one Nuno Campos 2023-09-28 20:20:47 +01:00
  • f672b39cc9 Add a streaming json parser Nuno Campos 2023-09-28 20:14:17 +01:00
  • 2387647d30 Lint Nuno Campos 2023-09-29 14:11:03 +01:00
  • 0318cdd33c Add tests Nuno Campos 2023-09-29 12:25:19 +01:00
  • b67db8deaa Add RunnableGenerator Nuno Campos 2023-09-29 11:44:07 +01:00
  • ca5293bf54 Enable creating Tools from any Runnable (#11177) Nuno Campos 2023-09-29 12:03:56 +01:00
  • e35ea565d1 Lint Nuno Campos 2023-09-29 12:00:56 +01:00
  • 7f589ebbc2 Lint Nuno Campos 2023-09-28 15:49:04 +01:00
  • 8be598f504 Fix invocation Nuno Campos 2023-09-28 15:47:59 +01:00
  • 6eb6c45c98 Enable creating Tools from any Runnable Nuno Campos 2023-09-28 15:40:22 +01:00
  • 61b5942adf Implement better reprs for Runnables (#11175) Nuno Campos 2023-09-29 11:56:28 +01:00
  • e8e2b812c9 Even more Nuno Campos 2023-09-29 11:54:22 +01:00
  • fc072100fa skip more Nuno Campos 2023-09-29 11:51:48 +01:00
  • 7bfee012d5 Skip in py3.8 Nuno Campos 2023-09-29 11:49:12 +01:00
  • b8e3e1118d Skip for py3.8 Nuno Campos 2023-09-29 11:45:20 +01:00
  • db05ea2b78 Add from_embeddings for opensearch (#10957) William FH 2023-09-29 00:00:58 -07:00
  • 73693c18fc Add support for project metadata in run_on_dataset (#11200) William FH 2023-09-28 21:26:37 -07:00
  • b11f21c25f Updated LocalAIEmbeddings docstring to better explain why openai (#10946) James Braza 2023-09-28 19:56:42 -07:00
  • 2c114fcb5e Fix web-base loader (#11135) Eugene Yurtsev 2023-09-28 22:36:46 -04:00
  • 3bc44b01c0 Typo fix to MathpixPDFLoader - changed processed_file_format default … (#10960) jreinjr 2023-09-28 19:03:30 -07:00
  • 66415eed6e Support new version of tiktoken that are working with langchain (tag "^0.3.2" => "">=0.3.2,<0.6.0" and python "^3.9" =>">=3.9") (#11006) Dr. Fabien Tarrade 2023-09-29 03:53:24 +02:00
  • 1b48d6cb8c LlamaCppEmbeddings: adds verbose parameter, similar to llms.LlamaCpp class (#11038) Clément Sicard 2023-09-28 21:37:51 -04:00
  • a00a73ef18 Add last_edited_time and created_time props to NotionDBLoader (#11020) Noah Czelusta 2023-09-28 20:37:34 -05:00
  • e06e84b293 LangServe: Relax requirements (#11198) Eugene Yurtsev 2023-09-28 21:27:19 -04:00
  • 5d7c6d1bca Synthetic Data generation (#9472) PaperMoose 2023-09-28 18:16:05 -07:00
  • a4e0cf6300 SearchApi integration (#11023) Donatas Remeika 2023-09-29 04:08:37 +03:00
  • 8cd18a48e4 fix trubrics lint issue (#11202) Bagatur 2023-09-28 18:07:50 -07:00
  • b738ccd91e chore: add support for TypeScript code splitting (#11160) Fynn Flügge 2023-09-29 01:41:51 +02:00
  • 17fcbed92c Support add_embeddings for opensearch (#11050) Kenneth Choe 2023-09-28 18:41:11 -05:00
  • c586f6dc1b Callback integration for Trubrics (#11059) Jeff Kayne 2023-09-29 01:20:19 +02:00
  • a8db594012 fix: short-circuit black and mypy calls when no changes made (#11051) Michael Landis 2023-09-28 16:13:07 -07:00
  • fbcd8e02f2 Change type annotations from LLMChain to Chain in MultiPromptChain (#11082) Michael Kim 2023-09-29 07:59:25 +09:00
  • 8ed013d278 docs: Mendable Search Improvements (#11199) Nicolas 2023-09-28 15:57:04 -07:00
  • 32d09bcd1e Expanded version range for networkx, fixed sample notebook (#11094) Piyush Jain 2023-09-28 15:33:30 -07:00
  • b40ecee4b9 FIx eval prompt (#11087) Piotr Mardziel 2023-09-28 15:21:15 -07:00
  • 5564833bd2 Add add_graph_documents support for FalkorDBGraph (#11122) Guy Korland 2023-09-29 01:03:54 +03:00
  • 7d25a65b10 add from_existing_graph to neo4j vector (#11124) Tomaz Bratanic 2023-09-29 00:02:26 +02:00
  • 2c952de21a Add support for MongoDB Atlas $vectorSearch vector search (#11139) Noah Stapp 2023-09-28 15:01:03 -07:00
  • b599f91e33 LLMonitor Callback handler: fix bug (#11128) Hugues 2023-09-29 00:00:38 +02:00
  • e9b51513e9 Shared Executor (#11028) William FH 2023-09-28 13:30:58 -07:00
  • 926e4b6bad [Feat] Add optional client-side encryption to DynamoDB chat history memory (#11115) Justin Plock 2023-09-28 16:29:46 -04:00
  • 4947ac2965 Add langserve version (#11195) Eugene Yurtsev 2023-09-28 16:24:00 -04:00
  • ef41bcef70 update docs nav (#11146) Bagatur 2023-09-28 12:44:52 -07:00
  • 822fc590d9 [ElasticsearchStore] Improve migration text to ElasticsearchStore (#11158) Joseph McElroy 2023-09-28 20:40:18 +01:00
  • 9b0029b9c2 [OpenSearch] Add Self Query Retriever Support to OpenSearch (#11184) Naveen Tatikonda 2023-09-28 14:36:52 -05:00
  • 0da484be2c Add source metadata to OutlookMessageLoader (#11183) Arthur Telders 2023-09-28 20:58:12 +02:00
  • ff90bb59bf Rm additional file check for scheduled tests (#11192) Bagatur 2023-09-28 11:49:26 -07:00
  • 3508e582f1 add anthropic scheduled tests and unit tests (#11188) Bagatur 2023-09-28 11:47:29 -07:00
  • fd96878c4b Fix anthropic secret key when passed in via init (#11185) Eugene Yurtsev 2023-09-28 14:21:41 -04:00
  • f201d80d40 temporarily skip embedding empty string test (#11187) Bagatur 2023-09-28 11:20:00 -07:00
  • b3cf9c8759 LangServe: Update langchain requirement for publishing (#11186) Eugene Yurtsev 2023-09-28 14:11:58 -04:00
  • 176d71dd85 LangServe: Add release workflow (#11178) Eugene Yurtsev 2023-09-28 13:47:55 -04:00
  • 89ddc7cbb6 Update Bedrock service name to "bedrock-runtime" and model identifiers (#11161) mani2348 2023-09-28 09:42:56 -07:00
  • de3e25683e Expose lc_id as a classmethod (#11176) Eugene Yurtsev 2023-09-28 12:25:27 -04:00
  • 5ca461160b Lint Nuno Campos 2023-09-28 17:12:07 +01:00
  • 151f27d502 Lint Nuno Campos 2023-09-28 16:42:58 +01:00
  • 4ba9c16f74 mypy Eugene Yurtsev 2023-09-28 11:27:20 -04:00
  • 44489e7029 LangServe: Clean up init files (#11174) Eugene Yurtsev 2023-09-28 11:10:42 -04:00
  • 785b9d47b7 Fix stop key of TextGen. (#11109) Akio Nishimura 2023-09-29 00:05:24 +09:00
  • d1d7d0cb27 x Eugene Yurtsev 2023-09-28 10:56:50 -04:00
  • c86b2b5e42 x Eugene Yurtsev 2023-09-28 10:53:30 -04:00
  • fe4f3b8fdf x Eugene Yurtsev 2023-09-28 10:51:28 -04:00
  • a5b15e9d0f x Eugene Yurtsev 2023-09-28 10:51:17 -04:00
  • 5c1f462bb9 Implement better reprs for Runnables Nuno Campos 2023-09-28 15:24:51 +01:00
  • 573c846112 Fixed Typo Error in Update get_started.mdx file by addressing a minor typographical error. (#11154) Aashish Saini 2023-09-28 19:24:43 +05:30
  • 53a9d6115e Xata chat memory FIX (#11145) Nan LI 2023-09-28 21:52:15 +08:00
  • 7bb6d04fc7 milvus collections (#11148) Apurv Agarwal 2023-09-28 19:17:58 +05:30
  • 8ae9b71e41 Async support for OpenAIFunctionsAgentOutputParser (#11140) William FH 2023-09-28 06:42:59 -07:00
  • ce08f436db Expose loads and dumps in load namespace Bagatur 2023-09-28 06:34:48 -07:00
  • cfa2203c62 Add input/output schemas to runnables (#11063) Nuno Campos 2023-09-28 11:05:15 +01:00
  • b05bb9e136 LangServe (#11046) Eugene Yurtsev 2023-09-28 05:52:44 -04:00
  • 77ce9ed6f1 Support using async callback handlers with sync callback manager (#10945) Nuno Campos 2023-09-28 10:39:01 +01:00
  • 48a04aed75 bump 304 (#11147) Bagatur 2023-09-27 19:24:09 -07:00
  • 23065f54c0 Added prompt wrapping for Claude with Bedrock (#11090) Jonathan Evans 2023-09-27 22:20:07 -04:00
  • b87cc8b31e add 3 property types in metadata for notiondb loader (#8509) xiaoyu 2023-09-28 08:38:05 +08:00
  • 258d67b0ac Revert "improve the performance of base.py" (#11143) Harrison Chase 2023-09-27 17:37:29 -07:00
  • 9306394078 improve the performance of base.py (#8610) Mohamad Zamini 2023-09-27 18:36:03 -06:00
  • 05b75f3f13 feat: add support for arxiv identifier in ArxivAPIWrapper() (#9318) Mincoolee 2023-09-28 08:35:16 +08:00
  • d3c2ca5656 Enhanced pairwise error (#11131) William FH 2023-09-27 16:04:43 -07:00
  • b7e9db5e73 Stop sequences in fireworks, plus notebook updates (#11136) Taqi Jaffri 2023-09-27 16:01:05 -07:00
  • 33da8bd711 Add Exact match and Regex Match Evaluators (#11132) William FH 2023-09-27 14:18:07 -07:00
  • e355606b11 add more import checks (#11033) Harrison Chase 2023-09-27 11:17:12 -07:00
  • efb7c459a2 Update base.py (#10843) Dan Bolser 2023-09-27 19:15:58 +01:00
  • c59a5bae48 Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) Jeremy Naccache 2023-09-27 20:00:29 +02:00