Commit graph

5,957 commits

Author SHA1 Message Date
nsxshota
b048db616a add: iam construct 2023-11-23 12:53:26 +09:00
nsxshota
422489c66a add: iam construct 2023-11-23 12:49:08 +09:00
nsxshota
0695a44a26 add: iam construct 2023-11-23 12:45:45 +09:00
nsxshota
284ed0c1b7 add: iam construct 2023-11-23 12:34:34 +09:00
nsxshota
2b2d8f3a87 modify LANGFLOW_DATABASE_URL 2023-11-23 11:24:56 +09:00
nsxshota
9e8906e309 modify cpu 2023-11-23 10:34:55 +09:00
nsxshota
e34c561b28 modify task memory and cpu 2023-11-23 10:21:28 +09:00
nsxshota
ca8c0d8fd7 modify BACKEND_URL 2023-11-23 10:00:47 +09:00
nsxshota
b4101c2794 set window.host and alembic.ini 2023-11-23 09:54:41 +09:00
nsxshota
9daee4ce1a remove npm update 2023-11-23 09:52:29 +09:00
nsxshota
aa44214fef modified: hostport setting 2023-11-21 16:54:04 +09:00
nsxshota
7a7f92e555 add portMapping hostport 2023-11-21 16:51:06 +09:00
nsxshota
0e767711ef add portMapping name option 2023-11-21 16:34:41 +09:00
nsxshota
a9ebac07ac add: Bedrock Kendra policy statement 2023-11-21 16:27:11 +09:00
nsxshota
dcf27590d9 add: delete docker images sh 2023-11-21 15:34:51 +09:00
nsxshota
5d75376f2c update cdk code 2023-11-21 15:24:03 +09:00
nsxshota
58726b15c5 set env to backend 2023-11-21 13:15:29 +09:00
nsxshota
5250f14130 modified port 2023-11-21 13:14:26 +09:00
nsxshota
f2ad6a2036 modified: frontend cloudMap 2023-11-21 09:56:46 +09:00
nsxshota
1f4a8743e1 modify: poetry lock file 2023-11-20 19:48:53 +09:00
nsxshota
d1a6567a62 modified: backend dockerfile 2023-11-20 19:30:43 +09:00
nsxshota
22b7032355 add curl 2023-11-20 19:29:01 +09:00
nsxshota
fe086518ea modified: Dockerfile for cdk 2023-11-20 19:28:55 +09:00
nsxshota
a7834ca4a9 modified: conflicts 2023-11-20 19:21:27 +09:00
nsxshota
576b62e17f modified: dockerignore for cdk 2023-11-20 19:20:26 +09:00
nsxshota
d9bae37ccc add cdk scripts 2023-11-20 19:20:26 +09:00
Gabriel Luiz Freitas Almeida
384fb84950
Fix: Avoid fix_memory_inputs when langchain_object is instance of AgentExecutor (#1142) 2023-11-16 08:27:56 -03:00
merrygoround-of-life
0a2ac9d291 Fix: Avoid fix_memory_inputs when langchain_object is instance of AgentExecutor 2023-11-15 16:39:20 +09:00
Gabriel Luiz Freitas Almeida
e81ed8fa5a Update sqlmodel git repository URL. 2023-11-14 21:43:20 -03:00
Gabriel Luiz Freitas Almeida
341310003f
Release 0.6.0a0
Bump version to 0.6.0a0
2023-11-10 12:27:25 -03:00
Gabriel Luiz Freitas Almeida
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
Gabriel Luiz Freitas Almeida
babccd16e5 Delete ZepMemory component. 2023-11-10 12:22:04 -03:00
Gabriel Luiz Freitas Almeida
ee17f9edfb
Update to Pydantic V2 (#1112) 2023-11-10 12:21:10 -03:00
Gabriel Luiz Freitas Almeida
9483e9d28e Add imports and update settings in auth.py 2023-11-10 12:05:24 -03:00
Gabriel Luiz Freitas Almeida
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
Gabriel Luiz Freitas Almeida
12ddc635db Update Poetry version in lint.yml and
base.Dockerfile
2023-11-10 11:15:09 -03:00
Gabriel Luiz Freitas Almeida
4208e3f961 Add support for None documents in
PostgresqlVectorComponent
2023-11-10 10:46:57 -03:00
Gabriel Luiz Freitas Almeida
682e51bf6a Fix documents parameter type in
PostgresqlVectorComponent constructor
2023-11-10 09:31:07 -03:00
Gabriel Luiz Freitas Almeida
746f61473f Merge remote-tracking branch 'origin/dev' into v2 2023-11-10 09:22:26 -03:00
Gabriel Luiz Freitas Almeida
bfbc7c6238 chore: New lock 2023-11-10 09:16:29 -03:00
Gabriel Luiz Freitas Almeida
27d5cb5c64 Remove unused function
get_type_from_union_literal() from util.py
2023-11-10 09:12:28 -03:00
Gabriel Luiz Freitas Almeida
454b56fe59 Update pandas toolkit import in custom agent 2023-11-10 09:08:44 -03:00
Gabriel Luiz Freitas Almeida
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
Gabriel Luiz Freitas Almeida
e63d9f96dc
feat: add pgvector client (#1131) 2023-11-10 09:07:12 -03:00
Gabriel Luiz Freitas Almeida
413eb5419c
Merge branch 'dev' into feat/vectorstore-pgvector 2023-11-10 09:07:01 -03:00
Lanznx
3e6e6b44b5 put try/except block 2023-11-10 18:39:24 +08:00
Lanznx
f567a33883 feat: add pgvector client 2023-11-10 10:38:50 +08:00
Gabriel Luiz Freitas Almeida
fd4918f334 Refactor RedisComponent in vectorstores 2023-11-08 13:49:26 -03:00
Gabriel Luiz Freitas Almeida
8dfcd06d46 🔧 fix(OpenAIConversationalAgent.py): update OpenAI conversational agent models to use the latest versions for better performance and accuracy
🔧 fix(constants.py): update OpenAI chat models to use the latest versions for better performance and accuracy
🔧 fix(test_llms_template.py): update test case to use the latest OpenAI chat model for accurate testing
2023-11-08 13:48:17 -03:00
Gabriel Luiz Freitas Almeida
5fa3a72207
feat: redis vector store client (#1114) 2023-11-08 11:52:52 -03:00