Releases: henomis/lingoose
Releases · henomis/lingoose
v0.0.7
What's Changed
- feat: add support for openai completion and chat stream by @henomis in #73
- feat: support conversational hugging face by @henomis in #74
- feat: implement huggingface textgeneration by @henomis in #75
- feat: add tesseract image loader by @henomis in #76
- feat: add HF image to text loader by @henomis in #77
- feat: add HF speech recognition loader by @henomis in #78
- feat: add hugginface sentence transformer embedder by @henomis in #79
- Feat: add summarize pipeline by @henomis in #80
Full Changelog: v0.0.6...v0.0.7
v0.0.7-beta1
What's Changed
- feat: add support for openai completion and chat stream by @henomis in #73
- feat: support conversational hugging face by @henomis in #74
- feat: implement huggingface textgeneration by @henomis in #75
- feat: add tesseract image loader by @henomis in #76
- feat: add HF image to text loader by @henomis in #77
- feat: add HF speech recognition loader by @henomis in #78
- feat: add hugginface sentence transformer embedder by @henomis in #79
- Feat/72 add summarize pipeline by @henomis in #80
Full Changelog: v0.0.6...v0.0.7-beta1
v0.0.6
What's Changed
- chore: add context to loaders by @henomis in #59
- feat: add whispercpp loader by @henomis in #60
- feat: add libreoffice loader by @henomis in #61
- feat: add whisper loader by @henomis in #62
- feat: add llamacpp by @henomis in #63
- chore add lamacpp embedder by @henomis in #64
- feat: add csv loader by @henomis in #65
- feat: add pipeline callbacks by @henomis in #67
- chore: add pre callbacks by @henomis in #68
- feat: add sql tube by @henomis in #66
- Feat/56 add sql tube by @henomis in #69
- chore: refactor qa pipeline by @henomis in #70
Full Changelog: v0.0.5...v0.0.6
v0.0.6-beta1
What's Changed
- chore: add context to loaders by @henomis in #59
- feat: add whispercpp loader by @henomis in #60
- feat: add libreoffice loader by @henomis in #61
- feat: add whisper loader by @henomis in #62
- feat: add llamacpp by @henomis in #63
- chore add lamacpp embedder by @henomis in #64
- feat: add csv loader by @henomis in #65
- feat: add pipeline callbacks by @henomis in #67
- chore: add pre callbacks by @henomis in #68
- feat: add sql tube by @henomis in #66
- Feat/56 add sql tube by @henomis in #69
- chore: refactor qa pipeline by @henomis in #70
Full Changelog: v0.0.5...v0.0.6-beta1
v0.0.5
What's Changed
- chore: add stop sequence and refactor code by @henomis in #48
- chore: make constructors composable by @henomis in #49
- chore: refactor tube signatures by @henomis in #50
- chore: create pinecone index if required by @henomis in #51
- chore: add concurrent embedding by @henomis in #53
- chore: refactor loaders and splitters by @henomis in #54
- Chore/47 add qa tube by @henomis in #52
- chore: refactor prompt template by @henomis in #55
- chore: refactor splitter by @henomis in #57
- chore: update readme by @henomis in #58
Full Changelog: v0.0.4...v0.0.5
v0.0.5-beta1
What's Changed
- chore: add stop sequence and refactor code by @henomis in #48
- chore: make constructors composable by @henomis in #49
- chore: refactor tube signatures by @henomis in #50
- chore: create pinecone index if required by @henomis in #51
- chore: add concurrent embedding by @henomis in #53
- chore: refactor loaders and splitters by @henomis in #54
- Chore/47 add qa tube by @henomis in #52
- chore: refactor prompt template by @henomis in #55
Full Changelog: v0.0.4...v0.0.5-beta1
v0.0.4
What's Changed
- fix metadata deep copy in splitter by @henomis in #32
- Chore/31 return id after index search/storage by @henomis in #33
- chore: add more test and some fixes by @henomis in #34
- chore: refactor some structs to be instantiated using constructors by @henomis in #35
- chore: add batchupsert refactor code by @henomis in #36
- chore: add errors by @henomis in #37
- chore: add openai callback usage by @henomis in #38
- chore: replace Prompt() method with String() by @henomis in #39
- chore: add types.Meta for metadata by @henomis in #40
- chore: add pdf loader by @henomis in #41
- chore: refactor float64 embeddings by @henomis in #42
- chore: support whisper audio output format by @henomis in #43
- chore: change embedder interface by @henomis in #44
- Chore/31 implement openai safe embed by @henomis in #45
- Chore/31 refactor loader by @henomis in #46
Full Changelog: v0.0.3...v0.0.4
v0.0.4-beta2
What's Changed
- chore: add types.Meta for metadata by @henomis in #40
- chore: add pdf loader by @henomis in #41
- chore: refactor float64 embeddings by @henomis in #42
- chore: support whisper audio output format by @henomis in #43
- chore: change embedder interface by @henomis in #44
- Chore/31 implement openai safe embed by @henomis in #45
Full Changelog: v0.0.4-beta1...v0.0.4-beta2
v0.0.4-beta1
What's Changed
- fix metadata deep copy in splitter by @henomis in #32
- Chore/31 return id after index search/storage by @henomis in #33
- chore: add more test and some fixes by @henomis in #34
- chore: refactor some structs to be instantiated using constructors by @henomis in #35
- chore: add batchupsert refactor code by @henomis in #36
- chore: add errors by @henomis in #37
- chore: add openai callback usage by @henomis in #38
- chore: replace Prompt() method with String() by @henomis in #39
Full Changelog: v0.0.3...v0.0.4-beta1
v0.0.3
What's Changed
- Chore/16 add whisper prompt by @henomis in #17
- passing context to llms by @henomis in #19
- Create CODE_OF_CONDUCT.md by @henomis in #21
- Chore/22 add contributing and code of conduct and update docs by @henomis in #23
- docs and linter fixes by @henomis in #24
- chore: add linter by @henomis in #26
- chore: refactor types by @henomis in #27
- Chore/25 add splitters by @henomis in #28
- chore: remove docs folder by @henomis in #29
- chore: refactor prompt interface by @henomis in #30
Full Changelog: v0.0.2...v0.0.3