Fixes a number of bugs around advanced ingestion settings, removes poetry from project in favor of UV, and fixes issues around Lark and Lark-Parser being installed that caused breakage on certain Linux Distributions.
What's Changed
- fix eos problem by @emrgnt-cmplxty in #1950
- Release 3.4.0 by @NolanTrem in #1951
- Fix compose commands by @NolanTrem in #1954
- add citation parsers by @emrgnt-cmplxty in #1955
- rm graspologic by @emrgnt-cmplxty in #1956
- Fix 'fast' ingestion, type errors by @NolanTrem in #1957
- Fix NaN comparison by @NolanTrem in #1958
- Clean up parsers imports by @NolanTrem in #1959
- Feature/add citations to agent by @emrgnt-cmplxty in #1960
- add uniq check and get collection by name by @emrgnt-cmplxty in #1962
- fix serialization by @emrgnt-cmplxty in #1963
- Feature/allow backwards compat by @emrgnt-cmplxty in #1964
- add back generated answer by @emrgnt-cmplxty in #1965
- up by @emrgnt-cmplxty in #1966
- Fix multi-turn serialization by @emrgnt-cmplxty in #1967
- Fix Oauth Routes by @NolanTrem in #1968
- Add routes tests by @NolanTrem in #1971
- improve api specs by @emrgnt-cmplxty in #1974
- Fix Ollama Full Config by @NolanTrem in #1980
- Fix agent endpoint by @NolanTrem in #1981
- Add PDF page to Zerox ingestion by @NolanTrem in #1976
- Move from black/isort to ruff by @NolanTrem in #1983
- Fix bad imports by @NolanTrem in #1985
- Fix installation issues around Lark and Lark-Parser by @NolanTrem in #1978
- fix document creation providing collection_ids in js sdk by @dieguit in #1989
- Ruff Formatting and Tests Fixes by @NolanTrem in #1988
- Move from Poetry to uv by @NolanTrem in #1992
- Add back MSG parsing by @NolanTrem in #1993
- Add models to Python SDK by @NolanTrem in #1994
- Fix bug on unstructured fallback parsing by @NolanTrem in #1995
Full Changelog: v3.4.0...v3.4.2