Gabriel Luiz Freitas Almeida
c0c64c99c9
Update imports to use langchain_core.documents
2024-02-01 09:37:37 -03:00
Gabriel Luiz Freitas Almeida
7efa79af69
Fix formatting issues and update code style
2024-02-01 09:35:46 -03:00
Gabriel Luiz Freitas Almeida
42ce5b7112
Refactor RedisComponent to handle existing index in Redis
2024-02-01 09:35:46 -03:00
Gabriel Luiz Freitas Almeida
f670ba50ac
Fix vectorstores/PGVector missing output issue. ( #1296 )
...
In previous version, the output disappeared. I've fixed it and made it
support the output component "Chains" as well.
Before:

After:

2024-02-01 09:34:59 -03:00
Gabriel Luiz Freitas Almeida
54df76096f
Merge branch 'dev' into fix/vectorstores/pgvector
2024-02-01 09:34:50 -03:00
Gabriel Luiz Freitas Almeida
a6877033f8
Fix vectorstores/Redis to support output component "Chains" ( #1292 )
...
The previous version was missing output component "Chains".
Before:

After:

2024-02-01 09:20:19 -03:00
Gabriel Luiz Freitas Almeida
1d46ba5d74
Merge branch 'dev' into fix/vectorstores/redis
2024-02-01 09:20:13 -03:00
Gabriel Luiz Freitas Almeida
e2f0fd0a75
Update buffer-memory.mdx ( #1365 )
...
Update the ref link for langchain component - Conversation Buffer
2024-02-01 09:18:41 -03:00
Gabriel Luiz Freitas Almeida
8f9d3ce155
Fix AgentInitializer to has last statement of returning base class ( #1301 )
...
From the last update, AgentInitializer lost ability to chain another
AgentInitializer via tool.
Fix issue: https://github.com/logspace-ai/langflow/issues/1255
2024-02-01 09:18:04 -03:00
Gabriel Luiz Freitas Almeida
3a5e3f24af
chat websocket api support param token and x-api-key ( #1339 )
...
Currently, chat interfaces do not support x-api-key authentication. In
this modification, token or x-api-key authentication is supported
2024-02-01 09:16:16 -03:00
Gabriel Luiz Freitas Almeida
edb9ba5a80
Refactor callback handler to use SocketIOService
2024-01-31 23:51:04 -03:00
Gabriel Luiz Freitas Almeida
4c5c95af48
Refactor main.py to include socketio server
2024-01-31 23:50:38 -03:00
Gabriel Luiz Freitas Almeida
54c5053454
Add SocketIO service and initialize it
2024-01-31 23:50:13 -03:00
Gabriel Luiz Freitas Almeida
60919ce0a9
Refactor socket service and add utility functions
2024-01-31 23:49:26 -03:00
Gabriel Luiz Freitas Almeida
8da39fbf39
Add SocketIOFactory and SocketIOService classes
2024-01-31 23:47:07 -03:00
Gabriel Luiz Freitas Almeida
0461f301a0
Add new Python packages: bidict, python-engineio, python-socketio, simple-websocket, wsproto
2024-01-31 23:46:39 -03:00
Gabriel Luiz Freitas Almeida
be494a6624
Refactor chat.py and schemas.py
2024-01-31 18:18:32 -03:00
Gabriel Luiz Freitas Almeida
b05ac9e84d
Merge branch 'zustand/io/migration' of https://github.com/logspace-ai/langflow into zustand/io/migration
2024-01-31 17:56:10 -03:00
cristhianzl
e855f24448
fixing arrow direction
2024-01-31 17:54:54 -03:00
Gabriel Luiz Freitas Almeida
c08b277f15
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-01-31 17:54:51 -03:00
cristhianzl
b42c34cdb1
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-01-31 17:44:57 -03:00
cristhianzl
f8dd179d97
fix arrow connection
2024-01-31 17:44:36 -03:00
Gabriel Luiz Freitas Almeida
e61e4ac51b
Update Langchain to 0.1 and migrate most components to CustomComponent ( #1382 )
...
This PR updates Langchain to 0.1.* and move components previously
created automatically to start using the CustomComponent framework.
This will improve maintainability and move Langflow to be closer to the
framework.
2024-01-31 17:43:18 -03:00
Gabriel Luiz Freitas Almeida
339029cd5b
Update import statement for retrievers module
2024-01-31 17:33:32 -03:00
Gabriel Luiz Freitas Almeida
29bcf3e43f
Add duration tracking to build_vertex function
2024-01-31 17:22:04 -03:00
Gabriel Luiz Freitas Almeida
d9abe93c42
Refactor format_elapsed_time function to improve readability and add comments
2024-01-31 17:21:44 -03:00
Gabriel Luiz Freitas Almeida
11473961e0
Update dependencies to latest versions
2024-01-31 17:09:38 -03:00
Gabriel Luiz Freitas Almeida
57c09c3409
Add unique constraints and foreign key for user_id in flow table
2024-01-31 17:09:16 -03:00
anovazzi1
f7e5eb8133
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-01-31 17:06:54 -03:00
anovazzi1
9726defa33
fix(API): update return type of getFlowPool function to match the actual response structure
...
fix(EditNodeModal): remove unused setPending function call
fix(PageComponent): remove unused setFlowPool and setLoading state variables
fix(flowStore): remove unused import and updateFlowInDatabase function call, add logic to fetch flowPool data when resetting flow
2024-01-31 17:03:51 -03:00
Gabriel Luiz Freitas Almeida
da9b139801
Remove empty lines in pyproject.toml
2024-01-31 17:00:22 -03:00
Gabriel Luiz Freitas Almeida
d8e34c1c6b
Update dependencies in pyproject.toml
2024-01-31 16:59:18 -03:00
cristhianzl
6ef92bf233
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-01-31 16:48:56 -03:00
cristhianzl
4d19883cc7
arrow on edge
2024-01-31 16:48:30 -03:00
Gabriel Luiz Freitas Almeida
e111e01efd
Update version number in pyproject.toml
2024-01-31 15:57:31 -03:00
Gabriel Luiz Freitas Almeida
2076f32704
Merge branch 'dev' into update_lc
2024-01-31 15:57:16 -03:00
Gabriel Luiz Freitas Almeida
cbf80c9fcd
Delete document loader components
2024-01-31 15:50:24 -03:00
Gabriel Luiz Freitas Almeida
c54c7246b6
Update document loader imports
2024-01-31 15:50:04 -03:00
Gabriel Luiz Freitas Almeida
3a7e46b776
Refactor SQL query in MonitorService to use 'id' instead of 'vertex_id'
2024-01-31 15:40:13 -03:00
Gabriel Luiz Freitas Almeida
ba8b608784
Refactor get_vertex_builds API response model
2024-01-31 15:40:13 -03:00
Gabriel Luiz Freitas Almeida
d1bd00cbf9
Exclude index field in VertexBuildModel and add VertexBuildMapModel
2024-01-31 15:40:13 -03:00
anovazzi1
4a1a399ca2
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-01-31 15:33:32 -03:00
anovazzi1
f7766118e8
Add deleteFlowPool function and useFlowsManagerStore in newChatView
2024-01-31 15:32:58 -03:00
Gabriel Luiz Freitas Almeida
559a7e5015
Refactor delete_vertex_builds function in monitor.py
2024-01-31 15:22:44 -03:00
Gabriel Luiz Freitas Almeida
c590098dad
Add error handling for API endpoints
2024-01-31 15:20:36 -03:00
Gabriel Luiz Freitas Almeida
92ba9562b3
Refactor MonitorService class and add delete_vertex_builds method
2024-01-31 15:20:10 -03:00
anovazzi1
a735289476
Add FlowPoolType and getFlowPool function
2024-01-31 15:07:04 -03:00
Gabriel Luiz Freitas Almeida
9761862fee
Fix code formatting and update dependencies
2024-01-31 14:59:39 -03:00
Gabriel Luiz Freitas Almeida
8064f88cc6
Add order_by parameter to get_vertex_builds, get_messages, and get_transactions
2024-01-31 14:58:58 -03:00
Gabriel Luiz Freitas Almeida
cb74e02032
Refactor MonitorService queries and add order_by parameter
2024-01-31 14:58:36 -03:00