Commit graph

5,936 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
3fbb93b2c3 Refactor langflow/processing/process.py 2023-12-04 08:40:48 -03:00
Gabriel Luiz Freitas Almeida
04736de021
add AnthropicLLM by CustomComponent (#1153) 2023-11-28 19:53:46 -03:00
Gabriel Luiz Freitas Almeida
a0d54021ab
Fix components link in Readme (#1151) 2023-11-28 19:53:17 -03:00
Johngdae
43fa592bdb The Anthropic component, did not work properly, so it was developed additionally. 2023-11-23 04:48:39 +00:00
René Muhl
b7dc241f5e Fix components link in Readme 2023-11-21 13:52:36 +01: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
Gabriel Luiz Freitas Almeida
379baa579e Add UUID import and update typing for run.py 2023-11-06 23:25:57 -03:00
Gabriel Luiz Freitas Almeida
6f9a10e37f Merge remote-tracking branch 'origin/main' into v2 2023-11-06 23:09:49 -03:00
Gabriel Luiz Freitas Almeida
4e147b0852 🔀 refactor(run.py): refactor build_sorted_vertices function signature to include optional user_id parameter for improved flexibility and type hinting 2023-11-06 23:06:22 -03:00
Gabriel Luiz Freitas Almeida
47e5d49c8f 🔨 refactor(LLMChain.py): remove unused import statement for Text from langflow.field_typing
🔨 refactor(utils.py): rename variable 'return_type' to 'return_types' for clarity
🔨 refactor(types.py): add Optional and Union imports, add type hints for user_id parameter in build_field_config and build_langchain_template_custom_component functions
2023-11-06 22:58:32 -03:00
Gabriel Luiz Freitas Almeida
8b40217f9d
Release 0.5.6 (#1119) 2023-11-06 21:40:56 -03:00
Gabriel Luiz Freitas Almeida
7dfa03e98a 🔖 chore(pyproject.toml): bump version from 0.5.5 to 0.5.6 to indicate a new release with updates 2023-11-06 21:30:46 -03:00
Gabriel Luiz Freitas Almeida
1e7d725a7d 🐛 fix(types.py): temporarily remove "code" parameter from ChainVertex to fix a bug 2023-11-06 21:28:43 -03:00
Gabriel Luiz Freitas Almeida
f1aadd44a0
Update OpenAI model names and bump Langchain (#1118) 2023-11-06 21:24:37 -03:00
Gabriel Luiz Freitas Almeida
b26b7fc6d8 Remove unused import in reactflowUtils.ts 2023-11-06 21:08:31 -03:00
Gabriel Luiz Freitas Almeida
0e3c80bc40 Merge remote-tracking branch 'origin/dev' into v2 2023-11-06 21:08:17 -03:00
Gabriel Luiz Freitas Almeida
1df4f69b23
Fix components link (Python integrations documentation) (#1117) 2023-11-06 21:02:48 -03:00
Gabriel Luiz Freitas Almeida
f4e642ec47 🐛 fix(chains.py): temporarily fix field_type for BaseLanguageModel to improve compatibility
🐛 fix(test_prompts_template.py): fix value of validate_template to False to align with expected behavior
🐛 fix(test_template.py): update value of options to "gpt-4-1106-preview" to reflect the latest version
2023-11-06 21:02:22 -03:00
Gabriel Luiz Freitas Almeida
591237c5dd 🔧 chore(util.py): add get_type_from_union_literal function to handle union literals in format_dict function
🔧 chore(util.py): add get_type_from_union_literal function to handle union literals in format_dict function
2023-11-06 21:01:55 -03:00
Gabriel Luiz Freitas Almeida
7929a43bc4 🔄 chore(constants.py): reorder CHAT_OPENAI_MODELS list to prioritize gpt-4-1106-preview model
🔄 chore(test_llms_template.py): update default value and options for model_name field to gpt-4-1106-preview model
2023-11-06 21:01:28 -03:00
Gabriel Luiz Freitas Almeida
6fd476e00f 🔀 chore(custom.py): update import statements to reflect changes in package structure
🔀 chore(custom.py): update import statements for langchain_experimental package
2023-11-06 21:00:56 -03:00
Gabriel Luiz Freitas Almeida
3fa8652787 🔀 chore(pyproject.toml): update langchain version to ~0.0.331 for compatibility with other dependencies
🔀 chore(pyproject.toml): update langchain-experimental version to * for flexibility in experimental features
2023-11-06 21:00:21 -03:00
Gabriel Luiz Freitas Almeida
3f69a4956f 📦 chore(pyproject.toml): update fastapi version to 0.104.0 for compatibility improvements
📦 chore(pyproject.toml): update openai version to 1.0.1 for new features and bug fixes
📦 chore(pyproject.toml): update pyarrow version to 14.0.0 for compatibility improvements
📦 chore(pyproject.toml): update supabase version to 2.0.3 for new features and bug fixes
📦 chore(pyproject.toml): update google-cloud-aiplatform version to 1.36.0 for compatibility improvements
2023-11-06 15:03:08 -03:00
Gabriel Luiz Freitas Almeida
dcae14c21f 🔧 chore(Makefile): add debug log level and increase number of workers for backend execution to improve debugging and performance 2023-11-06 15:02:53 -03:00
Gabriel Luiz Freitas Almeida
36965ce574 📦 chore(Dockerfile): update langflow package version to 0.5.0 for both Dockerfiles
The langflow package version was updated from 0.0.86 to 0.5.0 in order to use the latest features and improvements.
2023-11-06 14:23:30 -03:00
Gabriel Luiz Freitas Almeida
4a3f44bc18
fix(Dockerfile): Update dockerfile and docker-compose (#1098) 2023-11-06 14:22:46 -03:00
Brylie Christopher Oxley
00752d361e
Fix components link (Python integrations documentation) 2023-11-06 19:17:11 +02:00