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
Gabriel Luiz Freitas Almeida
404bbcaf33
Update version number in pyproject.toml
2024-01-14 16:02:15 -03:00
Gabriel Luiz Freitas Almeida
54c40c670a
Add support for running on Linux using gunicorn
2024-01-14 16:01:50 -03:00
Gabriel Luiz Freitas Almeida
116bb985d3
Bump version to 0.6.5a0 in pyproject.toml ( #1332 )
...
This pull request updates the version in the pyproject.toml file to 0.6.5a0.
2024-01-14 15:24:56 -03:00
Gabriel Luiz Freitas Almeida
bf30d158c3
Bump version to 0.6.5a0 in pyproject.toml
2024-01-14 15:24:02 -03:00
Gabriel Luiz Freitas Almeida
2d087c6ce2
Add experimental preload endpoint ( #1331 )
...
This endpoint allows the Graph to be kept preprocessed in a session.
2024-01-14 15:23:02 -03:00
Gabriel Luiz Freitas Almeida
be83ffb0e7
Add Optional parameter to load_session method
2024-01-14 15:21:59 -03:00
Gabriel Luiz Freitas Almeida
2a69254eda
Add build_graph_and_generate_result function to process.py
2024-01-14 15:21:51 -03:00
Gabriel Luiz Freitas Almeida
0b68decdfc
Add PreloadResponse schema
2024-01-14 15:21:46 -03:00
Gabriel Luiz Freitas Almeida
a562c1f98e
Refactor API endpoints and add preload functionality
2024-01-14 15:21:43 -03:00
Gabriel Luiz Freitas Almeida
7b1f30ea80
Refactor LangflowApplication constructor
2024-01-14 15:21:39 -03:00
Gabriel Luiz Freitas Almeida
5c4b2a55de
Update main.py with FastAPI configuration
2024-01-14 15:21:34 -03:00
Gabriel Luiz Freitas Almeida
88c75e29b2
Import multiprocessing and fix run_langflow function
2024-01-14 15:21:30 -03:00
cristhianzl
3b3bfc9b5a
fixing scroll-overflow on react flow
2024-01-11 17:59:45 -03:00