Commit Graph

  • e26b6f9c89 fix batching (#339) Harrison Chase 2022-12-14 08:25:37 -08:00
  • 3c6796b72e bump version to 0036 (#333) Harrison Chase 2022-12-13 08:17:41 -08:00
  • 996b5a3dfb Harrison/llm final stuff (#332) Harrison Chase 2022-12-13 07:50:46 -08:00
  • 9bb7195085 Harrison/llm saving (#331) Harrison Chase 2022-12-13 06:46:01 -08:00
  • 595cc1ae1a RFC: more complete return (#313) Harrison Chase 2022-12-13 05:50:03 -08:00
  • 482611f426 unit test / code coverage improvements (#322) Hunter Gerlach 2022-12-13 08:48:53 -05:00
  • 8861770bd0 expose get_num_tokens method (#327) Harrison Chase 2022-12-13 05:22:42 -08:00
  • 8fdcdf4c2f add .idea files to gitignore, add zsh note to installation docs (#329) Ankush Gola 2022-12-13 08:20:22 -05:00
  • 137356dbec -1 max token description for openai (#330) thepok 2022-12-13 14:15:51 +01:00
  • 2fbb152386 Add Python 3.11 to the testing (#324) Christian Clauss 2022-12-12 16:19:52 +01:00
  • d946be2f3d Add Python 3.11 to the testing (#323) Christian Clauss 2022-12-12 15:09:08 +01:00
  • 292f1cfa96 Harrison/add contributing docs (#315) Harrison Chase 2022-12-12 06:07:40 -08:00
  • 948e999eff bump version to 0035 (#312) Harrison Chase 2022-12-11 11:07:30 -08:00
  • a7c8e37e77 Harrison/token counts (#311) Harrison Chase 2022-12-11 07:43:40 -08:00
  • 19a9fa16a9 Add clear() method for Memory (#305) Shobith Alva 2022-12-11 07:09:06 -08:00
  • e02d6b2288 beta: logger (#307) Harrison Chase 2022-12-10 23:17:19 -08:00
  • 36b4c58acf expose more stuff (#306) Harrison Chase 2022-12-10 23:16:32 -08:00
  • 7827f0a844 fix typing (int -> float) (#308) Harrison Chase 2022-12-10 20:31:55 -08:00
  • 9ee6115deb Minor grammar fixes for memory docs to improve readability (#303) Hunter Gerlach 2022-12-10 19:18:01 -05:00
  • 9d08384d5f Harrison/bump version (#300) Harrison Chase 2022-12-10 09:37:42 -08:00
  • 853894dd47 add moderation chain (#299) Harrison Chase 2022-12-10 09:19:16 -08:00
  • 5267ebce2d Add LLMCheckerChain (#281) andersenchen 2022-12-09 15:49:05 -05:00
  • 43c9bd869f add memprompt docs (#294) Harrison Chase 2022-12-09 12:40:24 -08:00
  • 0f399350f1 Fix typo in Getting Started / LLM Chains docs (#291) Ben 2022-12-09 06:48:02 -08:00
  • 85c66dc6a4 bump version to 0033 (#290) Harrison Chase 2022-12-09 06:47:49 -08:00
  • b10be842f6 ChatGPT Clone: adding ConversationBufferWindowMemory to replicate vir… (#288) Samantha Whitmore 2022-12-08 23:01:08 -08:00
  • e2e501aa06 Harrison/version 0032 (#283) Harrison Chase 2022-12-08 07:59:58 -08:00
  • e9b1c8cdfa Harrison/base combine doc chain (#264) Harrison Chase 2022-12-07 22:56:26 -08:00
  • c27a6fa8a4 update docs (#278) Harrison Chase 2022-12-07 08:40:08 -08:00
  • 1690292b09 bump version to 0031 (#276) Harrison Chase 2022-12-07 07:29:08 -08:00
  • 834b391792 update notebooks (#275) Harrison Chase 2022-12-06 22:55:27 -08:00
  • 3c1c7ba672 update branch name in gha (#274) Harrison Chase 2022-12-06 22:28:50 -08:00
  • 48b093823e Add a Transformation Chain (#257) Akash Samant 2022-12-06 21:58:16 -08:00
  • b7bef36ee1 BashChain (#260) coyotespike 2022-12-06 23:57:50 -06:00
  • 28be37f470 LLMRequestsChain (#267) Harrison Chase 2022-12-06 21:55:02 -08:00
  • 68666d6a22 Gracefully degrade when model asks for nonexistent tool (#268) John McDonnell 2022-12-06 21:52:48 -08:00
  • 2180a91196 bump 0.0.30 (#269) Harrison Chase 2022-12-06 05:57:00 -08:00
  • 2163d064f3 add return of ids (#254) Harrison Chase 2022-12-05 12:50:48 -08:00
  • 8cba5b791a hotfix for api logging (#262) Harrison Chase 2022-12-04 21:12:05 -08:00
  • 5cd6956d58 Harrison/version 0028 (#259) Harrison Chase 2022-12-04 17:44:40 -08:00
  • f5c665a544 combine python files (#256) Harrison Chase 2022-12-04 15:57:36 -08:00
  • 98fb19b535 chore: use poetry as dependency manager (#242) Steven Hoelscher 2022-12-03 16:42:59 -08:00
  • 988cb51a7c fix out of date docs (#255) Harrison Chase 2022-12-03 14:48:42 -08:00
  • 9481a23314 stop using chained input except in agent (#249) Harrison Chase 2022-12-03 14:15:56 -08:00
  • b5d8434a50 Harrison/improve chain docs (#251) Harrison Chase 2022-12-03 13:28:50 -08:00
  • ac2c2f6f28 Harrison/delete bad code (#253) Harrison Chase 2022-12-03 13:28:29 -08:00
  • db58032973 introduce output parser (#250) Harrison Chase 2022-12-03 13:28:07 -08:00
  • b4762dfff0 Refine Olivia Wilde's boyfriend example prompt to work better (#248) Scott Leibrand 2022-12-03 08:11:38 -08:00
  • a9ce04201f Harrison/improve usability of api chain (#247) Harrison Chase 2022-12-02 15:44:10 -08:00
  • c897bd6cbd api chain (#246) Harrison Chase 2022-12-02 13:39:36 -08:00
  • 024c3e1dbe add react text world doc (#245) Harrison Chase 2022-12-02 09:07:21 -08:00
  • 8145c79fd8 bump version to 0.0.27 (#244) Harrison Chase 2022-12-02 07:27:36 -08:00
  • 78a29f1060 text world agent (#240) Harrison Chase 2022-12-01 17:45:28 -08:00
  • bb4bf9d6d0 chore: minor clean up / formatting (#233) Xupeng (Tony) Tong 2022-12-02 02:50:36 +08:00
  • 473943643e bump version 0026 (#235) Harrison Chase 2022-12-01 09:01:15 -08:00
  • 3ca2c8d6c5 allow passing of stop params into openai (#232) Harrison Chase 2022-11-30 22:20:13 -08:00
  • 347fc49d4d Harrison/combine documents chain (#212) Harrison Chase 2022-11-30 22:00:02 -08:00
  • ab9abf53b7 Harrison/version 0025 (#227) Harrison Chase 2022-11-30 06:48:22 -08:00
  • 3bda0019ae Harrison/list of examples (#218) Harrison Chase 2022-11-29 20:08:00 -08:00
  • ca2394028f move search to not be a chain (#226) Harrison Chase 2022-11-29 20:07:44 -08:00
  • b19a73be26 pal chain touch ups (#225) Harrison Chase 2022-11-29 18:13:21 -08:00
  • ea67c049f0 Support SQL statements that return no results (#222) Andrew Gleave 2022-11-29 16:28:45 +00:00
  • d368c43648 Bug Fix (#221) Akash Samant 2022-11-29 07:03:40 -08:00
  • 1db7b18341 bump version to 0.0.24 (#220) Harrison Chase 2022-11-28 22:20:30 -08:00
  • 1b9b8efbc9 pal chain (#207) Harrison Chase 2022-11-28 21:38:34 -08:00
  • de4b255c1f Switch default openai model to text-davinci-003 (#215) Shyamal H Anadkat 2022-11-28 18:03:34 -08:00
  • 0568998166 Harrison/fix react stateful (#219) Harrison Chase 2022-11-28 18:03:04 -08:00
  • 03c7140228 fix self ask template (#216) Harrison Chase 2022-11-28 17:27:26 -08:00
  • cf3569fb1b remove check (#217) Harrison Chase 2022-11-28 17:27:11 -08:00
  • a39c998342 Add chain name to verbose logging (#214) Hansen Qian 2022-11-28 14:11:30 -05:00
  • 261029cef3 bump version to 0.0.23 (#211) Harrison Chase 2022-11-27 19:51:11 -08:00
  • b94244eb12 nits (#210) Harrison Chase 2022-11-27 13:03:09 -08:00
  • ae72cf84b8 Save Prompts (#194) Akash Samant 2022-11-27 09:10:35 -08:00
  • b90e25f786 Add HuggingFace Hub Embeddings (#125) Bagatur 2022-11-27 00:24:59 -08:00
  • d0415952f7 Update README.md memory now added as a feature (#208) Dillon Chen 2022-11-26 23:21:42 -05:00
  • 287f1857ee fix self ask w search (#206) Harrison Chase 2022-11-26 15:15:43 -08:00
  • eae358810b Fix Unicode error on Windows (Issue #200) (#203) Mark Kretschmann 2022-11-26 17:34:16 +01:00
  • 3eddbd11e4 bump version to 22 (#202) Harrison Chase 2022-11-26 06:46:47 -08:00
  • d4e6b7a692 Harrison/update docs mem (#201) Harrison Chase 2022-11-26 06:38:49 -08:00
  • 05c5d0b8ee add custom prompt notebooks (#198) Harrison Chase 2022-11-26 06:07:02 -08:00
  • fcb9b2ffe5 Harrison/agent memory (#197) Harrison Chase 2022-11-26 06:06:44 -08:00
  • 6eab5254e5 add docs for custom agents (#196) Harrison Chase 2022-11-26 06:03:08 -08:00
  • 08deed9002 Harrison/memory docs (#195) Harrison Chase 2022-11-26 05:58:54 -08:00
  • f18a08f58d add memory to llm chain notebook (#193) Harrison Chase 2022-11-25 18:28:55 -08:00
  • 199794086d bump verion to 0.0.21 (#190) Harrison Chase 2022-11-25 10:04:21 -08:00
  • c3ad99a34f Harrison/more memory docs (#192) Harrison Chase 2022-11-25 10:00:12 -08:00
  • b0feb3608b documentation (#191) Harrison Chase 2022-11-25 09:41:27 -08:00
  • b913df3774 make attrs public (#187) Harrison Chase 2022-11-24 20:11:29 -08:00
  • ae9c6257fe Harrison/arbitrary params (#186) Harrison Chase 2022-11-24 20:01:20 -08:00
  • a408ed3ea3 Samantha/add conversation chain (#166) Samantha Whitmore 2022-11-23 19:35:38 -05:00
  • 4334ffa6f9 Harrison/clean up language (#179) Harrison Chase 2022-11-23 13:58:41 -08:00
  • 736b6ee65c fix search return type (#177) Harrison Chase 2022-11-23 13:13:00 -08:00
  • 09f301cd38 Add add_example method to all ExampleSelector classes, with tests (#178) Samantha Whitmore 2022-11-23 16:12:47 -05:00
  • 780ef84cf0 use action verb in documentation (#175) Harrison Chase 2022-11-22 21:04:26 -08:00
  • 1b81f3b125 bump version 0.0.20 (#174) Harrison Chase 2022-11-22 18:10:42 -08:00
  • 5d887970f6 change to agent (#173) Harrison Chase 2022-11-22 18:02:20 -08:00
  • d70b5a2cbe Harrison/version 0019 (#172) Harrison Chase 2022-11-22 06:51:51 -08:00
  • d3a7429f61 (WIP) agents (#171) Harrison Chase 2022-11-22 06:16:26 -08:00
  • 22bd12a097 make prompt a variable in vector db qa (#170) Harrison Chase 2022-11-21 19:30:40 -08:00
  • 4a4dfbfbed Harrison/sequential chains (#168) Harrison Chase 2022-11-21 13:08:53 -08:00