Commit graph

5,839 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
3d0a3f44b2
Merge branch 'main' into release 2023-11-23 16:09:01 -03:00
Gabriel Luiz Freitas Almeida
62325e000c Refactor database teardown process 2023-11-23 16:03:19 -03:00
Gabriel Luiz Freitas Almeida
01be078973 🔧 fix(utils.py): fix condition in teardown_superuser function to correctly check if AUTO_LOGIN is False 2023-11-23 15:57:38 -03:00
Gabriel Luiz Freitas Almeida
797bc67642
Release 0.5.7 (#1126) 2023-11-08 14:20:03 -03:00
Gabriel Luiz Freitas Almeida
fc502ebad2
Merge branch 'main' into release 2023-11-08 14:19:46 -03:00
Gabriel Luiz Freitas Almeida
018ae79495 Update version number to 0.5.7 2023-11-08 13:27:03 -03:00
Gabriel Luiz Freitas Almeida
bd8c709870 🔄 chore(constants.py): update CHAT_OPENAI_MODELS list to reflect the latest available models
🔄 chore(test_llms_template.py): update test case to use the latest model name in the CHAT_OPENAI_MODELS list
2023-11-08 12:44:46 -03:00
Gabriel Luiz Freitas Almeida
fe234ebac1
Release 0.5.6 (#1125) 2023-11-08 11:52:05 -03:00
Gabriel Luiz Freitas Almeida
423811c994 Update version number to 0.5.6 2023-11-08 11:50:27 -03:00
Gabriel Luiz Freitas Almeida
4c749a0635 Merge remote-tracking branch 'origin/update_langchain' into release 2023-11-06 23:34:29 -03:00
Gabriel Luiz Freitas Almeida
6075f40e1f
Revert "Release 0.5.6" (#1120) 2023-11-06 23:22:40 -03:00
Gabriel Luiz Freitas Almeida
79b12b8135
Revert "Release 0.5.6" 2023-11-06 23:18:49 -03:00
Gabriel Luiz Freitas Almeida
8b40217f9d
Release 0.5.6 (#1119) 2023-11-06 21:40:56 -03:00
Gabriel Luiz Freitas Almeida
7dfa03e98a 🔖 chore(pyproject.toml): bump version from 0.5.5 to 0.5.6 to indicate a new release with updates 2023-11-06 21:30:46 -03:00
Gabriel Luiz Freitas Almeida
1e7d725a7d 🐛 fix(types.py): temporarily remove "code" parameter from ChainVertex to fix a bug 2023-11-06 21:28:43 -03:00
Gabriel Luiz Freitas Almeida
d2ee902871 🔥 refactor(types.py): temporarily remove the code parameter from the params dictionary in ChainVertex's build method 2023-11-06 21:24:51 -03:00
Gabriel Luiz Freitas Almeida
f1aadd44a0
Update OpenAI model names and bump Langchain (#1118) 2023-11-06 21:24:37 -03:00
Gabriel Luiz Freitas Almeida
b26b7fc6d8 Remove unused import in reactflowUtils.ts 2023-11-06 21:08:31 -03:00
Gabriel Luiz Freitas Almeida
f4e642ec47 🐛 fix(chains.py): temporarily fix field_type for BaseLanguageModel to improve compatibility
🐛 fix(test_prompts_template.py): fix value of validate_template to False to align with expected behavior
🐛 fix(test_template.py): update value of options to "gpt-4-1106-preview" to reflect the latest version
2023-11-06 21:02:22 -03:00
Gabriel Luiz Freitas Almeida
591237c5dd 🔧 chore(util.py): add get_type_from_union_literal function to handle union literals in format_dict function
🔧 chore(util.py): add get_type_from_union_literal function to handle union literals in format_dict function
2023-11-06 21:01:55 -03:00
Gabriel Luiz Freitas Almeida
7929a43bc4 🔄 chore(constants.py): reorder CHAT_OPENAI_MODELS list to prioritize gpt-4-1106-preview model
🔄 chore(test_llms_template.py): update default value and options for model_name field to gpt-4-1106-preview model
2023-11-06 21:01:28 -03:00
Gabriel Luiz Freitas Almeida
6fd476e00f 🔀 chore(custom.py): update import statements to reflect changes in package structure
🔀 chore(custom.py): update import statements for langchain_experimental package
2023-11-06 21:00:56 -03:00
Gabriel Luiz Freitas Almeida
3fa8652787 🔀 chore(pyproject.toml): update langchain version to ~0.0.331 for compatibility with other dependencies
🔀 chore(pyproject.toml): update langchain-experimental version to * for flexibility in experimental features
2023-11-06 21:00:21 -03:00
Gabriel Luiz Freitas Almeida
58f83aaa98
Bug - sidebar opening (#1084) 2023-11-01 11:34:28 -03:00
Gabriel Luiz Freitas Almeida
07cfca4949
Generic Loaders (#964) 2023-11-01 11:15:22 -03:00
Gabriel Luiz Freitas Almeida
a408dd2b26 🐛 fix(FileLoader.py): fix type annotation for loaders_info variable to improve code readability and maintainability
🐛 fix(FileLoader.py): fix type annotation for loader_import variable to improve code readability and maintainability
🐛 fix(FileLoader.py): handle case when selected_loader_info is not a dict to prevent potential errors
🐛 fix(UrlLoader.py): fix type annotation for build method return value to improve code readability and maintainability
🐛 fix(UrlLoader.py): fix type annotation for loader_instance variables to improve code readability and maintainability
2023-11-01 11:12:08 -03:00
Gabriel Luiz Freitas Almeida
a899d8a081 Merge remote-tracking branch 'origin/dev' into FileLoaders 2023-11-01 10:56:49 -03:00
Gabriel Luiz Freitas Almeida
cbe27f867f
Fix capital errors (#1061) 2023-11-01 10:52:28 -03:00
Gabriel Luiz Freitas Almeida
66cbeb8172
Merge branch 'dev' into fixCapitalErrors 2023-11-01 10:52:17 -03:00
anovazzi1
bf016801db fix(exportModal/index.tsx): add missing import statement for typesContext to fix compilation error
feat(exportModal/index.tsx): modify downloadFlow function to pass an object with id, data, description, and name properties instead of directly passing flow object to improve code readability and maintainability
2023-10-31 18:45:26 -03:00
anovazzi1
002eb97b66
Bug fixes (#1104) 2023-10-31 18:20:39 -03:00
anovazzi1
bd26be7ff2 Merge remote-tracking branch 'origin/dev' into bugFixes 2023-10-31 18:17:37 -03:00
Gabriel Luiz Freitas Almeida
c5df63baeb 🔧 chore(Chroma.py): update display_name of ChromaComponent to improve clarity and remove unnecessary information
🔧 chore(config.yaml): comment out Chroma vectorstore configuration to disable it temporarily
2023-10-31 15:27:49 -03:00
Gabriel Luiz Freitas Almeida
ddf14638e5 Format 2023-10-31 15:22:26 -03:00
Gabriel Luiz Freitas Almeida
8221079a32 Merge remote-tracking branch 'origin/main' into dev 2023-10-31 15:21:29 -03:00
Gabriel Luiz Freitas Almeida
2f21eb2141
[New feature] Add support for Amazon Bedrock, Amazon Kendra (#1053) 2023-10-31 10:04:05 -03:00
Gabriel Luiz Freitas Almeida
489269c069
Release 0.5.5 (#1096) 2023-10-30 22:23:42 -03:00
Gabriel Luiz Freitas Almeida
98f444b32e Merge remote-tracking branch 'origin/main' into release 2023-10-30 20:36:59 -03:00
Gabriel Luiz Freitas Almeida
cde4e0e83b 🔖 chore(pyproject.toml): bump version from 0.5.4 to 0.5.5 to indicate a new release with updates 2023-10-30 20:36:25 -03:00
Gabriel Luiz Freitas Almeida
c49d0c7faf 🐛 fix(loading.py): fix issue with search_kwargs assignment in instantiate_vectorstore function
🔧 chore(loading.py): refactor instantiate_vectorstore function to clean up docs or texts to have only documents
2023-10-30 20:32:48 -03:00
anovazzi1
efe0197b43
Change tabsContext name to FlowsContext (#1089) 2023-10-30 20:28:56 -03:00
Yuki Sekiya
3d35d34544 Fix wrong text 2023-10-29 14:15:49 +09:00
Lucas Oliveira
b925e42e4a added condition to show disclosure 2023-10-27 20:06:57 -03:00
igorrCarvalho
b48c813550 Refactor: Change tabsContext name to FlowsContext 2023-10-27 16:22:12 -03:00
Gabriel Luiz Freitas Almeida
4a399906ca
RELEASE - Bugfix - Allowing space on keypairlist (dict) value (#1073) 2023-10-26 22:16:58 -03:00
Lucas Oliveira
42d56f70ed Revert "Merge branch 'release' into dev"
This reverts commit dd3f3d4ca8, reversing
changes made to 27bc4c5498.
2023-10-25 20:14:28 -03:00
Lucas Oliveira
dd3f3d4ca8 Merge branch 'release' into dev 2023-10-25 20:06:21 -03:00
Lucas Oliveira
b691237d77 Fixed sidebar not closing when searching 2023-10-25 20:01:49 -03:00
Gabriel Luiz Freitas Almeida
4293aaec48
Release 0.5.4 (#1083) 2023-10-25 19:21:17 -03:00
Gabriel Luiz Freitas Almeida
c425be286b 🔖 chore(pyproject.toml): bump version from 0.5.3 to 0.5.4 to indicate a new release with updates 2023-10-25 18:16:12 -03:00