Commit graph

743 commits

Author SHA1 Message Date
Gabriel Almeida
103cb84394 Merge branch 'dev', remote-tracking branch 'origin' into 146-improve-conversationchain-node 2023-04-10 19:18:31 -03:00
Gabriel Almeida
e7c3946985 style(test_chains_template.py): remove trailing whitespace and fix line length 2023-04-10 19:15:01 -03:00
Gabriel Almeida
1d49cc16bd refactor(test_chains_template.py): make input_key and output_key required and show in all chains
feat(test_chains_template.py): add prompt to mid_journey_prompt_chain and time_travel_guide_chain chains
2023-04-10 19:03:32 -03:00
anovazzi1
aa9d76a502
Firefox password (#147)
# Fixed Issue #143
2023-04-10 17:46:14 -03:00
anovazzi1
fe98187b82 using local font family for working on firefox without web 2023-04-10 17:42:37 -03:00
anovazzi1
357dfbd009 solved issue for firefox, with internet connection 2023-04-10 17:23:04 -03:00
Gabriel Almeida
6c4f0609f0 update lock 2023-04-10 15:25:51 -03:00
Gabriel Almeida
5c60d49618 feat(pyproject.toml): add networkx dependency to the project 2023-04-10 15:20:42 -03:00
Gabriel Almeida
026482bef4 feat(nodes.py): add required and show properties to input_key and output_key fields in ChainFrontendNode
feat(nodes.py): add show property to prompt field in LLMFrontendNode
fix(nodes.py): set password property to False for MemoryFrontendNode's Memory Size field
2023-04-10 15:12:54 -03:00
Gabriel Almeida
16843fd66d fix: prompt fields are never password 2023-04-10 12:23:00 -03:00
Gabriel Almeida
cdf50ebe7a test(graph.py): add test for get_result_and_thought_using_graph method 2023-04-09 09:23:47 -03:00
Gabriel Almeida
e420f9dd00 refactor(nodes.py): remove unused ChainFrontendNode class and its format_field method. 2023-04-09 07:00:27 -03:00
Gabriel Almeida
2e3c0f3f51 style(test_llms_template.py): change boolean values to True in 'show' key for some template fields
feat(test_llms_template.py): make 'task' and 'huggingfacehub_api_token' fields required
feat(test_llms_template.py): add options to 'task' field and display name to 'huggingfacehub_api_token' field
2023-04-09 07:00:27 -03:00
Gabriel Almeida
8c044513d2 feat(nodes.py): add ChainFrontendNode class and format_field method to handle key field display 2023-04-09 07:00:27 -03:00
Gabriel Almeida
abfea7fe8f feat: added LLMFrontendNode 2023-04-09 07:00:27 -03:00
Yoaz Menda
4bff12c80f remove unnecessary llama import 2023-04-09 06:51:17 -03:00
Yoaz Menda
ff42fce86e remove unnecessary custom llama object initialization 2023-04-09 06:51:17 -03:00
Yoaz Menda
bf52b1d00a revert local dev changes 2023-04-09 06:51:17 -03:00
Yoaz Menda
7e39aff3ed revert local dev changes 2023-04-09 06:51:17 -03:00
Yoaz Menda
f02f0f9c98 Add support to llama as llm 2023-04-09 06:51:17 -03:00
jacobhrussell
945f160db7 Add contrib link to readme 2023-04-08 17:37:53 -03:00
Ibis Prevedello
d3c1e25e8d
Fix bugs, add tests, and refactor code (#138) 2023-04-08 14:09:26 -03:00
Ibis Prevedello
916312002f
Merge branch 'main' into dev 2023-04-08 14:02:07 -03:00
Ibis Prevedello
99a612e66f
Fix tool bug (#137) 2023-04-08 13:57:19 -03:00
Ibis Prevedello
a9f5da948b Bump version 2023-04-08 13:49:22 -03:00
Ibis Prevedello
cd6ef4a875 refac: fix tool bug 2023-04-08 13:49:06 -03:00
Gabriel Almeida
c5f24e7dfa fix: linting 2023-04-08 09:29:42 -03:00
Gabriel Almeida
46b2409526 fix: templates were not being processed correctly 2023-04-08 09:29:42 -03:00
Gabriel Almeida
cfd4a229ea fix: adding chainfrontendnode 2023-04-08 09:29:42 -03:00
Jordi Adame
2bd3cd0d8f Update CONTRIBUTING.md
s/I/We fire consistency
2023-04-08 09:27:28 -03:00
Gabriel Almeida
611b4d6709 fix: linting 2023-04-06 18:18:35 -03:00
Gabriel Almeida
879588c631 feat: added first tests for llms 2023-04-06 18:18:35 -03:00
anovazzi1
b2402d6930
add minor fix for required fields that are not displayed (#129) 2023-04-06 16:57:16 -03:00
anovazzi1
dc1945c139 add minor fix for required fields that are not displayed 2023-04-06 16:52:25 -03:00
anovazzi1
200d89cc8c Merge branch 'cayal-chatValidationReasons' into dev 2023-04-06 16:28:27 -03:00
anovazzi1
c7d5139ecc review pull request #126 and changed some error messages 2023-04-06 16:24:53 -03:00
Gabriel Luiz Freitas Almeida
814d6a3635
refact: more maintable build_nodes (#123) 2023-04-06 16:22:22 -03:00
Gabriel Almeida
3a4bfc2e36 formatting 2023-04-06 16:18:13 -03:00
Gabriel Almeida
33542db35c Merge branch 'dev' of https://github.com/logspace-ai/langflow into better_build_nodes 2023-04-06 16:15:08 -03:00
anovazzi1
309c4434c2 Merge branch 'chatValidationReasons' of https://github.com/cayal/langflow into cayal-chatValidationReasons 2023-04-06 16:02:57 -03:00
Gabriel Luiz Freitas Almeida
4d2ee2aeda
Update test_prompts_template.py 2023-04-06 15:56:55 -03:00
Gabriel Almeida
16276f18dd fix linting 2023-04-06 15:46:20 -03:00
Gabriel Almeida
d921983a00 fix: check for specific nodes first 2023-04-06 15:40:16 -03:00
Gabriel Almeida
59baa407d2 feat: added agents tests 2023-04-06 15:11:12 -03:00
Gabriel Almeida
ebb78f34aa feat: adding prompt template tests 2023-04-06 15:05:36 -03:00
cayal
e2ee222a6b
Merge branch 'logspace-ai:main' into chatValidationReasons 2023-04-06 18:01:55 +00:00
Cayal Walker
c13cfd09cf Modifies frontend chatComponent to itemize validation errors 2023-04-06 13:37:23 -04:00
Gabriel Luiz Freitas Almeida
af7271879b
Adding chain template tests 2023-04-06 14:25:41 -03:00
Gabriel Almeida
26524e3b6d fix: password setting improvements 2023-04-06 14:24:00 -03:00
Gabriel Almeida
2fa838943c Merge branch 'dev' of https://github.com/logspace-ai/langflow into chain_tests 2023-04-06 14:14:55 -03:00