Commit graph

11,619 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
70821701f2
Update version to 0.6.5a5 in pyproject.toml (#1343)
This pull request updates the version in the pyproject.toml file from 0.6.5a4 to 0.6.5a5.
2024-01-15 23:36:59 -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
37f331b578
Fix LangflowApplication initialization and update cohere version (#1342) 2024-01-15 23:32:06 -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
6b5d51016a Fix LangflowApplication initialization 2024-01-15 23:29:57 -03:00
anovazzi1
e7899480af Add searx_host parameter to SearxSearchWrapperComponent 2024-01-15 22:48:13 -03:00
anovazzi1
01b386fe5b Add k parameter to SearxSearchWrapper build method 2024-01-15 22:46:12 -03:00
cristhianzl
4ebbafe493 fix(components): add data-testid to edit flow button for better testability and identification
fix(dragAndDrop.spec): update locator for edit flow button to use data-testid for better stability
fix(group.spec): update locator for edit flow button to use data-testid for better stability
fix(saveComponents.spec): update locator for edit flow button to use data-testid for better stability
2024-01-15 22:31:46 -03:00
anovazzi1
a7196ec774 Fix password field in GoogleSerperAPIWrapperComponent 2024-01-15 22:29:48 -03:00
anovazzi1
ab35550240 Update GoogleSearchAPIWrapperComponent parameters 2024-01-15 22:24:47 -03:00
anovazzi1
6d217fb81e Add optional parameter 'k' to BingSearchAPIWrapperComponent constructor 2024-01-15 22:16:36 -03:00
anovazzi1
3d4a4c1fb5 Refactor SlackDirectoryLoaderComponent to update document metadata 2024-01-15 22:12:36 -03:00
anovazzi1
6fe02442dd Add SQLAgentComponent build method to create SQL agent with SQLDatabaseToolkit 2024-01-15 20:47:06 -03:00
anovazzi1
fbd64033dc Update ZeroShotAgent and OpenAIComponent 2024-01-15 20:25:43 -03:00
anovazzi1
26a9d5d670 Refactor CoNLLULoaderComponent to use CoNLLULoader from langchain_community 2024-01-15 20:08:43 -03:00
anovazzi1
184b66f5ab Refactor ReadTheDocsLoaderComponent to update document metadata 2024-01-15 20:06:29 -03:00
anovazzi1
0881f0600d Refactor document loaders to support metadata 2024-01-15 19:57:39 -03:00
anovazzi1
310886b0ba Refactor IMSDbLoaderComponent to update document metadata 2024-01-15 19:49:04 -03:00
anovazzi1
64bcb971ad Refactor HNLoaderComponent load method to update document metadata 2024-01-15 19:38:59 -03:00
anovazzi1
69f2f51161 Refactor document loaders to update metadata 2024-01-15 19:34:47 -03:00
Gabriel Luiz Freitas Almeida
f94ff70f70
Update create_engine method to include max_overflow parameter (#1341)
This pull request updates the `create_engine` method in the `DatabaseService` class to include the `max_overflow` parameter. This allows for better control of connection pooling and prevents connection errors when the pool is full. Additionally, it updates the `weaviate-client` version to `4.0.0` and the `langflow` version to `0.6.5a4`.
2024-01-15 19:26:01 -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
79c20ec46b Update create_engine method to include max_overflow parameter 2024-01-15 19:24:56 -03:00
igorrCarvalho
b874fca246 Fix: CSVLoader CC not working 2024-01-15 18:59:46 -03:00
anovazzi1
4c63e40032 Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc 2024-01-15 18:34:26 -03:00
anovazzi1
59a1370c2d Refactor document loaders to support metadata 2024-01-15 18:34:22 -03:00
Lucas Oliveira
d0daf5ad83 Fixed handles not showing when changing the output of the custom code 2024-01-15 22:13:08 +01:00
anovazzi1
3659b401ff Add AZLyricsLoader import 2024-01-15 18:02:32 -03:00
anovazzi1
a9086a4e41 Fix parameter in create_json_agent function 2024-01-15 17:54:40 -03:00
anovazzi1
35692ac0b5 Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc 2024-01-15 17:52:28 -03:00
anovazzi1
f322c77c5c Refactor JsonAgentComponent to use create_json_agent function 2024-01-15 17:52:10 -03:00
igorrCarvalho
7f8348727b Merge branch 'update_lc' of github.com:logspace-ai/langflow into update_lc 2024-01-15 17:46:56 -03:00
igorrCarvalho
0101a5fde9 Refactor: Change onConnection function to zustand store 2024-01-15 17:46:24 -03:00
anovazzi1
6290837d15 Refactor CSVAgent to use create_csv_agent function 2024-01-15 17:25:33 -03:00
anovazzi1
1afaf587af Update ChatOpenAIComponent parameters 2024-01-15 16:53:22 -03:00
anovazzi1
88118ef5c5 Update ChatOpenAIComponent with NestedDict support 2024-01-15 16:37:59 -03:00
anovazzi1
6e8c00ca75 Update setFilterEdge references in code 2024-01-15 16:20:15 -03:00
anovazzi1
6e01053f6f fix(App.tsx): increase the timer interval for fetching data to 20 seconds for better performance
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
2024-01-15 16:11:56 -03:00
李羊
46ea695fc1 chat websocket api support param token and x-api-key 2024-01-15 17:41:30 +08:00
李羊
d5841a05c8 chat websocket api support param token and x-api-key 2024-01-15 17:29:47 +08:00
Gabriel Luiz Freitas Almeida
b718f53419
Refactor run_on_mac_or_linux function and remove unused imports (#1335)
This pull request refactors the run_on_mac_or_linux function by removing unused imports and updating the function signature. This improves the code readability and maintainability.
2024-01-14 18:16:48 -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
7fc32b342a Refactor imports and initialize services in __main__.py 2024-01-14 18:15:56 -03:00
Gabriel Luiz Freitas Almeida
e75f5f4745 Refactor run_on_mac_or_linux function and remove unused imports 2024-01-14 18:14:40 -03:00
Gabriel Luiz Freitas Almeida
c7daa1d078
Fix memory inputs and update function arguments (#1334)
Refactor process_graph_cached function

Update version to 0.6.5a2 in pyproject.toml
2024-01-14 17:51:19 -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
71bb7c18e4 Refactor process_graph_cached function 2024-01-14 17:50:03 -03:00
Gabriel Luiz Freitas Almeida
73f87dd611 Fix memory inputs and update function arguments 2024-01-14 17:49:28 -03:00
Gabriel Luiz Freitas Almeida
38bfa141d9
Add support for running on Linux using gunicorn (#1333)
This pull request adds support for running the application on Linux using gunicorn. It also updates the version number in the pyproject.toml file.
2024-01-14 16:02:41 -03:00