Commit Graph

5963 Commits

Author SHA1 Message Date
167ff52228 add: iam construct 2023-12-07 21:01:00 +09:00
33627c0354 add: iam construct 2023-12-07 21:01:00 +09:00
c97f861ea4 add: iam construct 2023-12-07 21:01:00 +09:00
34eac25963 add: iam construct 2023-12-07 21:01:00 +09:00
70d613dbd9 modify LANGFLOW_DATABASE_URL 2023-12-07 21:01:00 +09:00
d4a356a47a modify cpu 2023-12-07 21:01:00 +09:00
f1d7318de9 modify task memory and cpu 2023-12-07 21:01:00 +09:00
fb6645d347 modify BACKEND_URL 2023-12-07 21:01:00 +09:00
8b295542f8 set window.host and alembic.ini 2023-12-07 21:01:00 +09:00
94eecd1f5d remove npm update 2023-12-07 21:01:00 +09:00
826507b202 modified: hostport setting 2023-12-07 21:01:00 +09:00
8b0598e07b add portMapping hostport 2023-12-07 21:01:00 +09:00
2f9cf685d4 add portMapping name option 2023-12-07 21:01:00 +09:00
342c920637 add: Bedrock Kendra policy statement 2023-12-07 21:01:00 +09:00
5474505531 add: delete docker images sh 2023-12-07 21:01:00 +09:00
078951fc9d update cdk code 2023-12-07 21:01:00 +09:00
1770aa8d88 set env to backend 2023-12-07 21:01:00 +09:00
b920f50c5a modified port 2023-12-07 21:01:00 +09:00
b49fa15a86 modified: frontend cloudMap 2023-12-07 21:01:00 +09:00
8353df79ac modify: poetry lock file 2023-12-07 21:01:00 +09:00
7db5f9f680 modified: backend dockerfile 2023-12-07 21:00:59 +09:00
1492c44df0 add curl 2023-12-07 21:00:59 +09:00
8d08260ae8 modified: Dockerfile for cdk 2023-12-07 21:00:59 +09:00
83244bcc32 modified: conflicts 2023-12-07 21:00:59 +09:00
b44c6d0cd7 modified: dockerignore for cdk 2023-12-07 21:00:59 +09:00
4e06c867ad add cdk scripts 2023-12-07 21:00:59 +09:00
f586142938 Ignore "repr" key when processing inputs
Unable to call the API locally #1171
2023-12-04 08:41:30 -03:00
3fbb93b2c3 Refactor langflow/processing/process.py 2023-12-04 08:40:48 -03:00
04736de021 add AnthropicLLM by CustomComponent (#1153) 2023-11-28 19:53:46 -03:00
a0d54021ab Fix components link in Readme (#1151) 2023-11-28 19:53:17 -03:00
43fa592bdb The Anthropic component, did not work properly, so it was developed additionally. 2023-11-23 04:48:39 +00:00
b7dc241f5e Fix components link in Readme 2023-11-21 13:52:36 +01:00
384fb84950 Fix: Avoid fix_memory_inputs when langchain_object is instance of AgentExecutor (#1142) 2023-11-16 08:27:56 -03:00
0a2ac9d291 Fix: Avoid fix_memory_inputs when langchain_object is instance of AgentExecutor 2023-11-15 16:39:20 +09:00
e81ed8fa5a Update sqlmodel git repository URL. 2023-11-14 21:43:20 -03:00
341310003f Release 0.6.0a0
Bump version to 0.6.0a0
2023-11-10 12:27:25 -03:00
c1d62d62b9 🔖 chore(pyproject.toml): bump version from 0.5.6 to 0.6.0a0 to indicate a pre-release version 2023-11-10 12:25:59 -03:00
babccd16e5 Delete ZepMemory component. 2023-11-10 12:22:04 -03:00
ee17f9edfb Update to Pydantic V2 (#1112) 2023-11-10 12:21:10 -03:00
9483e9d28e Add imports and update settings in auth.py 2023-11-10 12:05:24 -03:00
229210d46e 🔀 chore(pyproject.toml): update sqlmodel dependency URL to use the correct repository
🔀 chore(pyproject.toml): update ruff dependency version to 0.1.5 for compatibility and bug fixes
🔀 chore(pyproject.toml): add pydantic dependency version 2.4.0 for improved functionality and bug fixes
2023-11-10 12:04:43 -03:00
12ddc635db Update Poetry version in lint.yml and
base.Dockerfile
2023-11-10 11:15:09 -03:00
4208e3f961 Add support for None documents in
PostgresqlVectorComponent
2023-11-10 10:46:57 -03:00
682e51bf6a Fix documents parameter type in
PostgresqlVectorComponent constructor
2023-11-10 09:31:07 -03:00
746f61473f Merge remote-tracking branch 'origin/dev' into v2 2023-11-10 09:22:26 -03:00
bfbc7c6238 chore: New lock 2023-11-10 09:16:29 -03:00
27d5cb5c64 Remove unused function
get_type_from_union_literal() from util.py
2023-11-10 09:12:28 -03:00
454b56fe59 Update pandas toolkit import in custom agent 2023-11-10 09:08:44 -03:00
8d4aae479c 🐛 fix(pgvector.py): improve error message when failing to build PGVector component
The error message when failing to build the PGVector component was not clear and did not provide useful information. This commit changes the error message to be more descriptive and concise, providing only the relevant information about the failure.
2023-11-10 09:07:45 -03:00
e63d9f96dc feat: add pgvector client (#1131) 2023-11-10 09:07:12 -03:00