anovazzi1
040695dfa6
open pop up on input click
2023-04-13 00:52:35 -03:00
anovazzi1
ba271ff85f
advanced icon
2023-04-13 00:47:55 -03:00
anovazzi1
e97a128988
align inputs
2023-04-13 00:36:05 -03:00
anovazzi1
4206a2183c
added LIFO history to popUp context
2023-04-12 20:22:57 -03:00
anovazzi1
efbb5ff763
first styling in nodeModal
2023-04-12 19:57:52 -03:00
anovazzi1
3224cd8ed7
comment text area component
2023-04-11 20:43:07 -03:00
anovazzi1
394d6d4b4b
added file component
2023-04-11 20:41:22 -03:00
anovazzi1
8413c4c6c0
added template for complicated type
2023-04-11 20:37:40 -03:00
anovazzi1
74b7a17afc
added DropdownComponent
2023-04-11 20:29:04 -03:00
anovazzi1
fef9f254d6
added floatComponent
2023-04-11 20:27:28 -03:00
anovazzi1
4ddd47da10
added bool toogle button
2023-04-11 20:24:48 -03:00
anovazzi1
09db0734d7
str type components for options =false
2023-04-11 20:21:30 -03:00
anovazzi1
596263c42f
showing all properties of the node template
2023-04-10 21:23:25 -03:00
anovazzi1
1df0757a54
custom title
2023-04-10 21:07:40 -03:00
anovazzi1
36b191d06b
custom icon on node modal and change type on contexts
2023-04-10 21:04:42 -03:00
anovazzi1
1d1c19beca
added button to open modal
2023-04-10 20:35:07 -03:00
Gabriel Almeida
05045bb64f
chore(poetry.lock): update cmake version from 3.26.1 to 3.26.3
...
chore(poetry.lock): update lit version from 16.0.0 to 16.0.1
feat(poetry.lock): add nltk package with version 3.8.1 and its dependencies
chore(poetry.lock): update posthog package version to 2.5.0
chore(poetry.lock): remove torch and triton package versions
2023-04-10 19:27:40 -03:00
Gabriel Luiz Freitas Almeida
396cb7be2b
Merge branch 'dev' into 146-improve-conversationchain-node
2023-04-10 19:20:56 -03:00
Gabriel Almeida
103cb84394
Merge branch 'dev', remote-tracking branch 'origin' into 146-improve-conversationchain-node
2023-04-10 19:18:31 -03:00
Gabriel Luiz Freitas Almeida
e1ca085a7a
Vector stores, embeddings, document loaders, and text splitters ( #145 )
2023-04-10 19:16:45 -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
17a2997637
removable edges implemented ( #149 )
...
# removable and draggable edges
This pull request adds two new features: removable edges and draggable
edges. Removable edges allow users to delete unwanted connections
without using the keyboard, while draggable edges enable the
repositioning of connections
2023-04-10 19:02:18 -03:00
anovazzi1
36a083799f
removable edges implemented
2023-04-10 18:49:35 -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
Ibis Prevedello
81c634f839
fix: fix lint and formatting
2023-04-10 12:01:13 -03:00
Ibis Prevedello
edf6577f44
test: add test to vectorstore
2023-04-10 11:54:12 -03:00
Ibis Prevedello
a6644176d4
feat: change icons, colors and fix minor bug
2023-04-10 11:53:34 -03:00
Ibis Prevedello
fee2e52ec1
Merge branch 'dev' into vecstores
2023-04-10 10:20:56 -03:00
Ibis Prevedello
3dc894a57c
Merge branch 'cache' into vecstores
2023-04-10 09:28:41 -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