Commit Graph

  • 72c108b003 IMPROVEMENT: filter global warnings properly (#13754) Bagatur 2023-11-22 16:26:37 -08:00
  • 163bf165ed Add Batch Size kwarg to the llm start callback (#13483) William FH 2023-11-22 14:47:57 -08:00
  • 23566cbea9 DOCS: core editable dep api refs (#13747) Bagatur 2023-11-22 14:33:30 -08:00
  • 0be515f720 RELEASE: 0.0.339rc1 (#13746) Bagatur 2023-11-22 14:29:49 -08:00
  • 2bc5bd67f7 RELEASE: core 0.0.4 (#13745) Bagatur 2023-11-22 13:57:28 -08:00
  • b6b7654f7f INFRA: run LC ci after core changes (#13742) Bagatur 2023-11-22 13:38:48 -08:00
  • 3d28c1a9e0 DOCS: fix core api ref build (#13744) Bagatur 2023-11-22 12:42:35 -08:00
  • 32d087fcb8 REFACTOR: combine core documents files (#13733) Bagatur 2023-11-22 10:10:26 -08:00
  • 14d4fb98fc DOCS: Fix typo/line break in python code (#13708) h3l 2023-11-23 01:10:07 +08:00
  • 5b90fe5b1c Fix locking (#13725) William FH 2023-11-22 07:37:25 -08:00
  • 16af282429 BUGFIX: add prompt imports for backwards compat (#13702) Bagatur 2023-11-21 23:04:20 -08:00
  • 78da34153e TEMPLATES Metadata (#13691) Erick Friis 2023-11-22 01:41:12 -05:00
  • e327bb4ba4 IMPROVEMENT: Conditionally import core type hints (#13700) Bagatur 2023-11-21 21:38:49 -08:00
  • d47ee1ae79 BUGFIX: redis vector store overwrites falsey metadata (#13652) dandanwei 2023-11-22 05:16:23 +01:00
  • a21e84faf7 BUGFIX: llm backwards compat imports (#13698) Bagatur 2023-11-21 20:12:35 -08:00
  • ace9e64d62 IMPROVEMENT: VoyageEmbeddings embed_general_texts (#13620) Yujie Qian 2023-11-21 18:33:07 -08:00
  • 5064890fcf BUGFIX: handle tool message type when converting to string (#13626) tanujtiwari-at 2023-11-21 18:20:58 -08:00
  • 143049c90f Added partial_variables to BaseStringMessagePromptTemplate.from_template(...) (#13645) Josep Pon Farreny 2023-11-22 02:48:38 +01:00
  • c5ae9f832d INFRA: Lint for imports (#13632) Erick Friis 2023-11-21 17:42:56 -08:00
  • 131db4ba68 BUGFIX: anthropic models on bedrock (#13629) Erick Friis 2023-11-21 17:40:29 -08:00
  • 04bddbaba4 BUGFIX: Update bedrock.py to fix provider bug (#13646) David Ruan 2023-11-22 09:28:38 +08:00
  • aec8715073 DOCS: remove openai api key from cookbook (#13633) Guangya Liu 2023-11-21 20:25:06 -05:00
  • bb18b0266e DOCS: fixed import error for BashOutputParser (#13680) Guangya Liu 2023-11-21 19:33:40 -05:00
  • dc53523837 IMPROVEMENT: bump core dep 0.0.3 (#13690) Bagatur 2023-11-21 15:50:19 -08:00
  • a208abe6b7 add callback import test (#13689) Bagatur 2023-11-21 15:28:49 -08:00
  • 083afba697 BUG: Add core utils imports (#13688) Bagatur 2023-11-21 15:25:47 -08:00
  • c61e30632e BUG: more core fixes (#13665) Bagatur 2023-11-21 15:15:48 -08:00
  • 59df16ab92 Update name (#13676) William FH 2023-11-21 13:39:30 -08:00
  • bfb980b968 CLI 0.0.19 (#13677) Erick Friis 2023-11-21 12:34:38 -08:00
  • d65c36d60a docugami cookbook (#13183) Taqi Jaffri 2023-11-21 12:02:20 -08:00
  • 249c796785 update langserve to v0.0.30 (#13673) jakerachleff 2023-11-21 11:17:47 -08:00
  • c6937a2eb4 fix templates dockerfile (#13672) jakerachleff 2023-11-21 11:09:55 -08:00
  • 11614700a4 bump 0.0.339rc0 (#13664) Bagatur 2023-11-21 08:41:59 -08:00
  • d32e511826 REFACTOR: Refactor langchain_core (#13627) Bagatur 2023-11-21 08:35:29 -08:00
  • 17c6551c18 Add error rate (#13568) William FH 2023-11-21 07:51:30 -08:00
  • 8329f81072 Use pytest asyncio auto mode (#13643) Nuno Campos 2023-11-21 15:00:13 +00:00
  • 611e1e0ca4 Add template for gpt-crawler (#13625) Lance Martin 2023-11-20 21:32:57 -08:00
  • 99b4f46cbe REFACTOR: Add core as dep (#13623) Bagatur 2023-11-20 14:38:10 -08:00
  • d82cbf5e76 Separate out langchain_core package (#13577) Harrison Chase 2023-11-20 16:09:30 -05:00
  • 4eec47b191 DOCS: update rag use case images (#13615) Bagatur 2023-11-20 10:14:52 -08:00
  • e620347a83 RELEASE: bump 339 (#13613) Bagatur 2023-11-20 09:56:43 -08:00
  • 52e23e50b1 BUG: Fix search_kwargs in Vectara retriever (#13299) Ofer Mendelevitch 2023-11-20 09:44:43 -08:00
  • 1c08dbfb33 IMPROVEMENT: Reduce post-processing time for DocAIParser (#13210) Holt Skinner 2023-11-20 11:41:44 -06:00
  • f3fcdea574 fixed an UnboundLocalError when no documents are found (#12995) Leonid Kuligin 2023-11-20 18:41:14 +01:00
  • b6f70d776b VertexAI LLM count_tokens method requires list of prompts (#13451) Stijn Tratsaert 2023-11-20 18:40:48 +01:00
  • fe7b40cb2a feat: add ERNIE-Bot-4 Function Calling (#13320) Wang Wei 2023-11-20 14:36:12 +08:00
  • 10418ab0c1 DeepLake Backwards compatibility fix (#13388) Adilkhan Sarsen 2023-11-20 11:46:01 +06:00
  • 190952fe76 IMPROVEMENT: Minor redis improvements (#13381) Tyler Hutcherson 2023-11-19 22:15:45 -05:00
  • 674bd90a47 DOCS: Fix typo in MongoDB memory docs (#13588) Sijun He 2023-11-20 11:13:35 +08:00
  • df03267edf Fix tool arguments formatting in StructuredChatAgent (#10480) Sergey Kozlov 2023-11-20 08:45:43 +06:00
  • ef7802b325 Add llama2-13b-chat-v1 support to chat_models.BedrockChat (#13403) Wouter Durnez 2023-11-20 03:44:58 +01:00
  • a93616e972 FEAT: Add azure cognitive health tool (#13448) jwbeck97 2023-11-20 13:14:01 +10:30
  • 6bf9b2cb51 BUG: Limit Azure OpenAI embeddings chunk size (#13425) Massimiliano Pronesti 2023-11-20 03:34:51 +01:00
  • e53f59f01a DOCS: doc-string - langchain.vectorstores.dashvector.DashVector (#13502) Zeyang Lin 2023-11-20 10:24:05 +08:00
  • 16f7912e1b BUG: fix hunyuan appid type (#13496) John Mai 2023-11-20 10:23:45 +08:00
  • 43972be632 docs updating AzureML notebooks (#13492) Leonid Ganeline 2023-11-19 18:07:12 -08:00
  • 8362bd729b AstraDB: use includeSimilarity option instead of $similarity (#13512) Nicolò Boschi 2023-11-20 02:54:35 +01:00
  • 7100d586ef Introduce search_kwargs for Custom Parameters in BingSearchAPIWrapper (#13525) shumpei 2023-11-20 10:51:02 +09:00
  • ad0c3b9479 Fix Astra integration tests (#13520) Nicolò Boschi 2023-11-20 02:50:49 +01:00
  • 69d39e2173 fix: VLLMOpenAI -- create() got an unexpected keyword argument 'api_key' (#13517) umair mehmood 2023-11-20 06:49:55 +05:00
  • 6bc08266e0 Fix for oracle schema parsing stated on the issue #7928 (#13545) Manuel Alemán Cueto 2023-11-19 19:35:27 -06:00
  • 325bdac673 feat: load all namespaces (#13549) Andrew Teeter 2023-11-19 20:35:17 -05:00
  • 47451764a7 Add embedchain retriever (#13553) Taranjeet Singh 2023-11-19 17:35:03 -08:00
  • 420a17542d fix: Make YoutubeLoader support on demand language translation (#13583) rafly lesmana 2023-11-20 08:34:48 +07:00
  • cc50e023d1 DOCS langchain decorators update (#13535) Leonid Ganeline 2023-11-19 17:30:05 -08:00
  • 02a13030c0 DOCS: updated langchain stack img to be svg (#13540) Brace Sproul 2023-11-19 16:26:53 -08:00
  • 78a1f4b264 bump 338, exp 42 (#13564) Bagatur 2023-11-18 15:12:07 -08:00
  • 790ed8be69 update multi index templates (#13569) Bagatur 2023-11-18 14:42:22 -08:00
  • f4c0e3cc15 move streaming stdout (#13559) Harrison Chase 2023-11-18 12:24:49 -05:00
  • 43dad6cb91 BUG fixed openai_assistant namespace (#13543) Leonid Ganeline 2023-11-17 17:15:33 -08:00
  • ff382b7b1b IMPROVEMENT Adds support for new OctoAI endpoints (#13521) Bassem Yacoube 2023-11-18 01:15:21 +00:00
  • cda1b33270 Fix typo/line break in the middle of a word (#13314) Mark Silverberg 2023-11-17 16:43:42 -08:00
  • cac849ae86 Use random seed (#13544) William FH 2023-11-17 16:33:31 -08:00
  • 79ed66f870 EXPERIMENTAL Generic LLM wrapper to support chat model interface with configurable chat prompt format (#8295) Martin Krasser 2023-11-18 01:32:13 +01:00
  • c56faa6ef1 Add execution time (#13542) William FH 2023-11-17 16:04:16 -08:00
  • 0fb5f857f9 IMPROVEMENT WebResearchRetriever error handling in urls with connection error (#13401) pedro-inf-custodio 2023-11-17 22:02:26 +00:00
  • d2335d0114 IMPROVEMENT Neptune graph updates (#13491) Piyush Jain 2023-11-17 13:49:31 -08:00
  • 5a28dc3210 Override Keys Option (#13537) William FH 2023-11-17 13:32:43 -08:00
  • e584b28c54 bump 337 (#13534) Bagatur 2023-11-17 12:50:52 -08:00
  • e80b53ff4f TEMPLATE Add VertexAI Chuck Norris template (#13531) Wietse Venema 2023-11-17 21:27:52 +01:00
  • 2e2114d2d0 FEATURE: Runnable with message history (#13418) Bagatur 2023-11-17 12:00:01 -08:00
  • 0fc3af8932 IMPROVEMENT: update assistants output and doc (#13480) Bagatur 2023-11-17 11:58:54 -08:00
  • b4312aac5c TEMPLATES: Add multi-index templates (#13490) Bagatur 2023-11-17 02:00:11 -08:00
  • 35e04f204b [LLMonitorCallbackHandler] Various improvements (#13151) Hugues Chocart 2023-11-17 08:39:36 +01:00
  • c1b041c188 Add Wrapping Library Metadata to MongoDB vector store (#13084) Noah Stapp 2023-11-16 22:20:04 -08:00
  • 21552628c8 DOCS updated data_connection index page (#13426) Leonid Ganeline 2023-11-16 18:16:50 -08:00
  • 7f8fd70ac4 Add optional arguments to FalkorDBGraph constructor (#13459) Guy Korland 2023-11-17 04:15:40 +02:00
  • e3a5cd7969 docs integrations/vectorstores/ cleanup (#13487) Leonid Ganeline 2023-11-16 17:51:49 -08:00
  • 1d2981114f DOCS updated async-faiss example (#13434) Leonid Ganeline 2023-11-16 17:41:26 -08:00
  • 9dfad613c2 IMPROVEMENT Allow openai v1 in all templates that require it (#13489) Erick Friis 2023-11-16 17:10:08 -08:00
  • d7f014cd89 Bug: OpenAIFunctionsAgentOutputParser doesn't handle functions with no args (#13467) chris stucchio 2023-11-16 18:47:05 -06:00
  • 41a433fa33 IMPROVEMENT: add input_type to VoyageEmbeddings (#13488) Yujie Qian 2023-11-16 16:35:36 -08:00
  • ea6e017b85 Add serialisation arguments to Bedrock and ChatBedrock (#13465) David Duong 2023-11-17 01:33:24 +01:00
  • 427331d621 IMPROVEMENT Lock pydantic v1 in app template, cli 0.0.18 (#13485) Erick Friis 2023-11-16 15:22:11 -08:00
  • 75363f048f BUG Fix app_name in cli app new (#13482) Erick Friis 2023-11-16 14:19:35 -08:00
  • 9ff8f69e75 DOCS updated memory Titles (#13435) Leonid Ganeline 2023-11-16 13:24:05 -08:00
  • 324ab382ad Use List instead of list (#13443) ifduyue 2023-11-17 05:15:58 +08:00
  • b029d9f4e6 Astra DB: minor improvements to docstrings and demo notebook (#13449) Stefano Lottini 2023-11-16 21:48:32 +01:00
  • 1e43fd6afe Add ahandle_event to _all_ (#13469) Eugene Yurtsev 2023-11-16 15:46:20 -05:00
  • 283ef1f66d DOCS fix for integratons/document_loaders sidebar (#13471) Leonid Ganeline 2023-11-16 12:02:30 -08:00