Commit Graph

430 Commits

Author SHA1 Message Date
Harrison Chase
7fc4b4b3e1 Harrison/ver 0048 (#429) 2022-12-26 11:36:49 -05:00
Harrison Chase
f9562d7f1c version 0047 (#423) 2022-12-25 11:17:41 -05:00
Harrison Chase
22dd743eba Harrison/version 0046 (#416) 2022-12-24 10:46:23 -05:00
Harrison Chase
2ad285aab2 bump version to 0045 (#408) 2022-12-23 11:19:30 -05:00
Samantha Whitmore
6bc8ae63ef Add Redis cache implementation (#397)
I'm using a hash function for the key just to make sure its length
doesn't get out of hand, otherwise the implementation is quite similar.
2022-12-22 12:31:27 -05:00
Harrison Chase
ff03242fa0 Harrison/ver 044 (#400) 2022-12-22 11:20:18 -05:00
Harrison Chase
bb76440bfa bump version to 0.0.43 (#394) 2022-12-20 22:28:29 -05:00
Harrison Chase
c104d507bf Harrison/improve data augmented generation docs (#390)
Co-authored-by: cameronccohen <cameron.c.cohen@gmail.com>
Co-authored-by: Cameron Cohen <cameron.cohen@quantco.com>
2022-12-20 22:24:08 -05:00
Harrison Chase
c8b4b54479 bump version to 0.0.42 (#388) 2022-12-19 20:59:34 -05:00
Harrison Chase
ffed5e0056 Harrison/jinja formatter (#385)
Co-authored-by: Benjamin <BenderV@users.noreply.github.com>
2022-12-19 16:40:39 -05:00
Harrison Chase
766b84a9d9 upgrade version to 0041 (#378) 2022-12-18 22:33:03 -05:00
Harrison Chase
a7084ad6e4 Harrison/version 0040 (#366) 2022-12-17 07:53:22 -08:00
mrbean
fe6695b9e7 Add HuggingFacePipeline LLM (#353)
https://github.com/hwchase17/langchain/issues/354

Add support for running your own HF pipeline locally. This would allow
you to get a lot more dynamic with what HF features and models you
support since you wouldn't be beholden to what is hosted in HF hub. You
could also do stuff with HF Optimum to quantize your models and stuff to
get pretty fast inference even running on a laptop.
2022-12-17 07:00:04 -08:00
Harrison Chase
809a9f485f Harrison/new version (#362) 2022-12-16 07:42:31 -08:00
Harrison Chase
2dd895d98c add openai tokenizer (#355) 2022-12-15 22:35:42 -08:00
Harrison Chase
428508bd75 bump version to 0.0.38 (#349) 2022-12-15 08:27:20 -08:00
Harrison Chase
8c167627ed bump version (#340) 2022-12-14 10:38:31 -08:00
Harrison Chase
3c6796b72e bump version to 0036 (#333) 2022-12-13 08:17:41 -08:00
Hunter Gerlach
482611f426 unit test / code coverage improvements (#322)
This PR has two contributions:

1. Add test for when stop token is found in middle of text

2. Add code coverage tooling and instructions
- Add pytest-cov via poetry
- Add necessary config files
- Add new make instruction for `coverage`
- Update README with coverage guidance
- Update minor README formatting/spelling

Co-authored-by: Hunter Gerlach <hunter@huntergerlach.com>
2022-12-13 05:48:53 -08:00
Harrison Chase
948e999eff bump version to 0035 (#312) 2022-12-11 11:07:30 -08:00
Harrison Chase
9d08384d5f Harrison/bump version (#300) 2022-12-10 09:37:42 -08:00
Harrison Chase
85c66dc6a4 bump version to 0033 (#290) 2022-12-09 06:47:49 -08:00
Harrison Chase
e2e501aa06 Harrison/version 0032 (#283) 2022-12-08 07:59:58 -08:00
Harrison Chase
1690292b09 bump version to 0031 (#276) 2022-12-07 07:29:08 -08:00
Harrison Chase
28be37f470 LLMRequestsChain (#267) 2022-12-06 21:55:02 -08:00
Harrison Chase
2180a91196 bump 0.0.30 (#269) 2022-12-06 05:57:00 -08:00
Harrison Chase
8cba5b791a hotfix for api logging (#262) 2022-12-04 21:12:05 -08:00
Harrison Chase
5cd6956d58 Harrison/version 0028 (#259) 2022-12-04 17:44:40 -08:00
Steven Hoelscher
98fb19b535 chore: use poetry as dependency manager (#242)
* Adopts [Poetry](https://python-poetry.org/) as a dependency manager
* Introduces dependency version requirements
* Deprecates Python 3.7 support

**TODO**
- [x] Update developer guide
- [x] Add back `playwright`, `manifest-ml`, and `jupyter` to dependency
group

**Not Doing => Fast Follow**
- Investigate single source for version, perhaps relying on GitHub tags
and [tackling this
issue](https://github.com/hwchase17/langchain/issues/26)
2022-12-03 16:42:59 -08:00
Harrison Chase
18aeb72012 initial commit 2022-10-24 14:51:15 -07:00