Commit graph

451 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
feb29ddbb9
Fix unique constraints for id column (#1583)
* Fix unique constraints for id column

* Update version in pyproject.toml
2024-03-29 14:18:01 -03:00
Daiki Sakai
0b380afb66
Migrate to langchain_anthropic and add ChatAnthropic enhancements (#1551)
Migrate to langchain_anthropic and enhance ChatAnthropic functionality

- Replace langchain_community with langchain_anthropic for ChatAnthropic
- Add support for selecting the Claude model in ChatAnthropic
- Implement top_p and top_k parameter support in ChatAnthropic
2024-03-22 08:47:34 -03:00
Gabriel Luiz Freitas Almeida
c1d93a0855 Bump version to 0.6.11 in pyproject.toml 2024-03-22 08:35:43 -03:00
Gabriel Luiz Freitas Almeida
34357a7fb8 Update version to 0.6.10 in pyproject.toml 2024-03-04 08:44:50 -03:00
Gabriel Luiz Freitas Almeida
5ed9b6e92e Update version to 0.6.9 in pyproject.toml 2024-02-29 15:23:02 -03:00
Gabriel Luiz Freitas Almeida
13af72f7e4 Bump version to 0.6.8 in pyproject.toml 2024-02-28 12:54:39 -03:00
dependabot[bot]
b84c1d4ec3
Bump orjson from 3.9.3 to 3.9.15 (#1469)
Bumps [orjson](https://github.com/ijl/orjson) from 3.9.3 to 3.9.15.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.9.3...3.9.15)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 11:31:09 -03:00
Gabriel Luiz Freitas Almeida
eda14b1dc4 Update version number in pyproject.toml 2024-02-21 22:35:44 -03:00
Gabriel Luiz Freitas Almeida
d0722f2212 Update version to 0.6.7a5 in pyproject.toml 2024-02-19 13:43:09 -03:00
Gabriel Luiz Freitas Almeida
b95169c1e9 Update version to 0.6.7a4 in pyproject.toml 2024-02-19 13:37:06 -03:00
Gabriel Luiz Freitas Almeida
e5bc9aca3f Update version to 0.6.7a3 in pyproject.toml 2024-02-19 13:27:21 -03:00
Gabriel Luiz Freitas Almeida
0e4737979c Update dependencies in pyproject.toml 2024-02-15 16:53:05 -03:00
Gabriel Luiz Freitas Almeida
6c8c1e905a Update dependencies in pyproject.toml 2024-02-15 15:24:25 -03:00
Gabriel Luiz Freitas Almeida
4c8a765078 Update python-multipart version 2024-02-15 10:52:35 -03:00
Gabriel Luiz Freitas Almeida
33dc1b9c62 Update version to 0.6.7a2 in pyproject.toml 2024-02-09 12:00:41 -03:00
Gabriel Luiz Freitas Almeida
0987affdf7 Bump version to 0.6.7a1 in pyproject.toml 2024-02-07 18:57:43 -03:00
Gabriel Luiz Freitas Almeida
c370dc87ca Update dependencies in pyproject.toml 2024-02-05 19:06:20 -03:00
Gabriel Luiz Freitas Almeida
392b81b519 Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
This reverts commit f3b3d2cf68.
2024-02-05 19:02:34 -03:00
Gabriel Luiz Freitas Almeida
7b5225f857
Merge branch 'main' into dev 2024-02-05 18:34:19 -03:00
Gabriel Luiz Freitas Almeida
f3b3d2cf68
Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" 2024-02-05 18:29:03 -03:00
Gabriel Luiz Freitas Almeida
37a968efb0 Update version number in pyproject.toml 2024-02-05 18:27:34 -03:00
Gabriel Luiz Freitas Almeida
11473961e0 Update dependencies to latest versions 2024-01-31 17:09:38 -03:00
Gabriel Luiz Freitas Almeida
da9b139801 Remove empty lines in pyproject.toml 2024-01-31 17:00:22 -03:00
Gabriel Luiz Freitas Almeida
d8e34c1c6b Update dependencies in pyproject.toml 2024-01-31 16:59:18 -03:00
Gabriel Luiz Freitas Almeida
e111e01efd Update version number in pyproject.toml 2024-01-31 15:57:31 -03:00
Gabriel Luiz Freitas Almeida
2076f32704 Merge branch 'dev' into update_lc 2024-01-31 15:57:16 -03:00
Gabriel Luiz Freitas Almeida
349fc92981 Update anthropic version to 0.12.0 2024-01-30 16:24:32 -03:00
Gabriel Luiz Freitas Almeida
c78c34983d Update mypy version and add follow_imports option 2024-01-30 16:17:02 -03:00
Gabriel Luiz Freitas Almeida
910c55fa0c Update langchain version to 0.1.0 2024-01-30 09:00:32 -03:00
Gabriel Luiz Freitas Almeida
e63878b2f1 Update version to 0.6.5a12 in pyproject.toml 2024-01-26 15:18:00 -03:00
Gabriel Luiz Freitas Almeida
a2ca8a62e7 Bumped version to 0.6.5a11 in pyproject.toml 2024-01-26 14:09:48 -03:00
Gabriel Luiz Freitas Almeida
89a8a6a0be Update version number in pyproject.toml 2024-01-26 13:37:48 -03:00
Gabriel Luiz Freitas Almeida
87d2db11ac Merge remote-tracking branch 'origin/dev' into update_lc 2024-01-24 19:22:22 -03:00
anovazzi1
77d5e839b0 Update version number in pyproject.toml 2024-01-18 18:28:05 -03:00
Gabriel Luiz Freitas Almeida
679ef1f955 Update version to 0.6.5a8 in pyproject.toml 2024-01-17 07:34:31 -03:00
Gabriel Luiz Freitas Almeida
e4cbe9c85d Bump version to 0.6.5a7 in pyproject.toml 2024-01-17 07:08:38 -03:00
Gabriel Luiz Freitas Almeida
490a9ef38c Update version number in pyproject.toml 2024-01-16 23:14:25 -03:00
Gabriel Luiz Freitas Almeida
aeb1a748fb Update version to 0.6.5a5 in pyproject.toml 2024-01-15 23:36:36 -03:00
Gabriel Luiz Freitas Almeida
7d43b7822f Update cohere version to 4.44 and weaviate-client version to ^4.4b6 2024-01-15 23:30:58 -03:00
Gabriel Luiz Freitas Almeida
66ebaa80eb Update langflow version to 0.6.5a4 2024-01-15 19:25:19 -03:00
Gabriel Luiz Freitas Almeida
bd1145651d Update weaviate-client version to 4.0.0 2024-01-15 19:25:06 -03:00
Gabriel Luiz Freitas Almeida
3244e3b34a Update version to 0.6.5a3 in pyproject.toml 2024-01-14 18:16:09 -03:00
Gabriel Luiz Freitas Almeida
2e9186db99 Update version to 0.6.5a2 in pyproject.toml 2024-01-14 17:50:33 -03:00
Gabriel Luiz Freitas Almeida
404bbcaf33 Update version number in pyproject.toml 2024-01-14 16:02:15 -03:00
Gabriel Luiz Freitas Almeida
bf30d158c3 Bump version to 0.6.5a0 in pyproject.toml 2024-01-14 15:24:02 -03:00
Gabriel Luiz Freitas Almeida
4ee7a9c62d Update langchain version to ~0.0.345 2024-01-09 10:05:25 -03:00
Gabriel Luiz Freitas Almeida
b1ec1225ff Update langchain version to 0.1.0 and add langchain-openai dependency 2024-01-07 20:06:41 -03:00
Gabriel Luiz Freitas Almeida
0c592c8f06
Merge branch 'dev' into vectorstores/elasticsearch 2024-01-06 16:23:42 -03:00
abhatt
5ad13e0475 Added Elasticsearch Vector Store 2024-01-03 12:39:17 -08:00
Gabriel Luiz Freitas Almeida
5a79a343f8 Add llama-index package version 0.9.24 2024-01-02 22:36:08 -03:00