Commit graph

5,859 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
bab165aedb
Pin bcrypt version and update package version (#1176) 2023-12-04 19:26:04 -03:00
Gabriel Luiz Freitas Almeida
7a42168aef
Hotfix: Solves Issue 791 (#1175) 2023-12-04 19:25:34 -03:00
Gabriel Luiz Freitas Almeida
6f1ac2d2ca Update version number to 0.5.11 2023-12-04 19:22:38 -03:00
Gabriel Luiz Freitas Almeida
daffa0581e Pin bcrypt version until passlib updates 2023-12-04 19:22:22 -03:00
Matheus Jacques
7abd9a184c 🚀 feat(Faiss.py): add FAISSComponent custom component for implementing a Vector Store using FAISS
🔧 chore(config.yaml): comment out FAISS vector store integration documentation link
2023-12-04 22:20:40 +01:00
Gabriel Luiz Freitas Almeida
5b4ff29527
Ignore "repr" key in process_inputs (#1172)
Fixes #1171
2023-12-04 09:01:32 -03:00
Gabriel Luiz Freitas Almeida
a7f99217da
Merge branch 'main' into release 2023-12-04 09:01:10 -03:00
Gabriel Luiz Freitas Almeida
9e4dd7dea2 Update version to 0.5.10 2023-12-04 08:43:43 -03:00
Gabriel Luiz Freitas Almeida
8405d6bed8 Ignore "repr" key when processing inputs 2023-12-04 08:43:10 -03:00
Gabriel Luiz Freitas Almeida
f59bf44a24 Reorder imports and fix formatting in process.py 2023-12-04 08:42:45 -03:00
Gabriel Luiz Freitas Almeida
b15854d77e
Fix embedding function name in FAISS and update dependencies (#1169) 2023-12-01 22:19:04 -03:00
Gabriel Luiz Freitas Almeida
11109130cd
Merge branch 'main' into release 2023-12-01 22:09:32 -03:00
Gabriel Luiz Freitas Almeida
69801e48de Bump version to 0.5.9 2023-12-01 21:59:42 -03:00
Gabriel Luiz Freitas Almeida
59af8d60f3 Update dependencies in pyproject.toml 2023-12-01 21:59:20 -03:00
Gabriel Luiz Freitas Almeida
45556f9b5a fix: change embedding to embedding_function in FAISS 2023-11-27 18:02:32 -03:00
Gabriel Luiz Freitas Almeida
de7c83d272
Release 0.5.8 (#1155) 2023-11-23 16:14:18 -03:00
Gabriel Luiz Freitas Almeida
9fdd31844a
Merge branch 'main' into release 2023-11-23 16:14:09 -03:00
Gabriel Luiz Freitas Almeida
6aabedba3d Fix logger.debug indentation in teardown_superuser
function
2023-11-23 16:13:51 -03:00
Gabriel Luiz Freitas Almeida
6a20900308 Update version to 0.5.8 2023-11-23 16:13:03 -03:00
Gabriel Luiz Freitas Almeida
c8a27b0ab2
Release 0.5.8 (#1154) 2023-11-23 16:10:50 -03:00
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