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
1df4f69b23
Fix components link (Python integrations documentation) ( #1117 )
2023-11-06 21:02:48 -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
Gabriel Luiz Freitas Almeida
20a313c228
Allow users to use dark mode ( #1116 )
2023-11-06 14:11:47 -03:00
Brylie Christopher Oxley
b9510bebf6
Use github-dark theme for code examples
2023-11-06 18:53:30 +02:00
Brylie Christopher Oxley
7bdd8652b1
Allow users to use dark mode
...
It is nice to allow users to choose light or dark mode based on their own needs, such as sensitivity to bright light.
2023-11-06 18:25:12 +02:00
Lanznx
12453d1187
feat: redis vector store client
2023-11-06 15:31:58 +08:00
Gabriel Luiz Freitas Almeida
650398f2f4
modify get_current_user to accept api_key as authentication method ( #1108 )
2023-11-04 10:29:31 -03:00
Maryam Abdoli
b5b66ef077
fix tests by reverting the chat endpoint dependecies
2023-11-03 18:29:51 -04:00
Gabriel Luiz Freitas Almeida
5bd31250da
fix(deps): change appdirs dependency to platformdirs ( #1111 )
2023-11-03 17:21:34 -03:00
Maryam Abdoli
ef949838e2
fix lints and also the bug in the get_current_user
2023-11-03 13:01:28 -04:00
Maryam Abdoli
83425b09cd
handle all exceptions during user retrieving
2023-11-03 09:29:24 -04:00
Gladson
819c283fe3
fix(base.py): change import to from platformdirs
2023-11-03 02:36:05 -04:00
Gladson
7713173da7
fix(logger.py): change appdirs dependency to platformdirs
2023-11-03 02:11:12 -04:00
Gladson
307c526d6a
fix(base.py): change appdirs dependency to platformdirs
2023-11-03 02:08:36 -04:00
Gladson
1023522e5e
fix(utils.py): change appdirs dependency to platformdirs
2023-11-03 02:06:25 -04:00
Gladson
1fe868e4d8
fix(pyproject.toml): change appdirs dependency to platformdirs
2023-11-03 02:03:18 -04:00
Maryam Abdoli
5686a6fd63
pass the oauth2 token to the fastapi Security
2023-11-02 16:35:00 -04:00
Maryam Abdoli
a39cdb93ee
modify get_current_user to accept api_key as authentication method
2023-11-02 10:26:10 -04:00
Gabriel Luiz Freitas Almeida
c1bc2de720
🐛 fix(buildTrigger): rename import of TabsState to FlowsState to improve semantics
...
🐛 fix(EditNodeModal): rename import of TabsState to FlowsState to improve semantics
🐛 fix(formModal): rename import of TabsState to FlowsState to improve semantics
🐛 fix(PageComponent): rename import of TabsState to FlowsState to improve semantics
🐛 fix(reactflowUtils): rename import of TabsState to FlowsState to improve semantics
🐛 fix(utils): rename import of TabsState to FlowsState to improve semantics
🚚 chore(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics
✨ feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port
2023-11-02 09:41:39 -03:00
Gabriel Luiz Freitas Almeida
98e0668e10
New lock
2023-11-01 19:28:54 -03:00
Gabriel Luiz Freitas Almeida
28e0c5a415
[New feature] Add support for Embeddings model from Amazon Bedrock & documentation ( #1086 )
2023-11-01 19:28:00 -03:00
kandakji
6ff9a7e9e1
dependency fix
2023-11-01 19:44:18 +01:00
kandakji
752a90030c
Merge remote-tracking branch 'upstream/dev' into dev
2023-11-01 19:30:42 +01:00
kandakji
f73a77a9cf
Merge pull request #1 from kandakji/bedrock-embedding-custom-component
...
Bedrock Embeddings custom component
2023-11-01 19:25:11 +01:00
Gabriel Luiz Freitas Almeida
d85cd1a3c1
bugfix: patched csv agent ( #1095 )
2023-11-01 11:16:20 -03:00
Gabriel Luiz Freitas Almeida
cbe27f867f
Fix capital errors ( #1061 )
2023-11-01 10:52:28 -03:00
Gabriel Luiz Freitas Almeida
66cbeb8172
Merge branch 'dev' into fixCapitalErrors
2023-11-01 10:52:17 -03:00
anovazzi1
bf016801db
fix(exportModal/index.tsx): add missing import statement for typesContext to fix compilation error
...
feat(exportModal/index.tsx): modify downloadFlow function to pass an object with id, data, description, and name properties instead of directly passing flow object to improve code readability and maintainability
2023-10-31 18:45:26 -03:00
anovazzi1
002eb97b66
Bug fixes ( #1104 )
2023-10-31 18:20:39 -03:00
anovazzi1
bd26be7ff2
Merge remote-tracking branch 'origin/dev' into bugFixes
2023-10-31 18:17:37 -03:00
Gabriel Luiz Freitas Almeida
c5df63baeb
🔧 chore(Chroma.py): update display_name of ChromaComponent to improve clarity and remove unnecessary information
...
🔧 chore(config.yaml): comment out Chroma vectorstore configuration to disable it temporarily
2023-10-31 15:27:49 -03:00
Gabriel Luiz Freitas Almeida
ddf14638e5
Format
2023-10-31 15:22:26 -03:00
Gabriel Luiz Freitas Almeida
8221079a32
Merge remote-tracking branch 'origin/main' into dev
2023-10-31 15:21:29 -03:00
Gabriel Luiz Freitas Almeida
2f21eb2141
[New feature] Add support for Amazon Bedrock, Amazon Kendra ( #1053 )
2023-10-31 10:04:05 -03:00
hsolpark
5624b7871d
fix(Dockerfile): remove unnecessary dependency after install and update cmd to use 'run' subcommand
2023-10-31 16:29:19 +09:00
Gabriel Luiz Freitas Almeida
489269c069
Release 0.5.5 ( #1096 )
2023-10-30 22:23:42 -03:00
Gabriel Luiz Freitas Almeida
98f444b32e
Merge remote-tracking branch 'origin/main' into release
2023-10-30 20:36:59 -03:00
Gabriel Luiz Freitas Almeida
cde4e0e83b
🔖 chore(pyproject.toml): bump version from 0.5.4 to 0.5.5 to indicate a new release with updates
2023-10-30 20:36:25 -03:00
Gabriel Luiz Freitas Almeida
c49d0c7faf
🐛 fix(loading.py): fix issue with search_kwargs assignment in instantiate_vectorstore function
...
🔧 chore(loading.py): refactor instantiate_vectorstore function to clean up docs or texts to have only documents
2023-10-30 20:32:48 -03:00
anovazzi1
efe0197b43
Change tabsContext name to FlowsContext ( #1089 )
2023-10-30 20:28:56 -03:00
martins0n
21c38aaa01
fix: patched csv agent
2023-10-30 23:02:13 +03:00
Yuki Sekiya
3d35d34544
Fix wrong text
2023-10-29 14:15:49 +09:00
igorrCarvalho
b48c813550
Refactor: Change tabsContext name to FlowsContext
2023-10-27 16:22:12 -03:00