anovazzi1
3659b401ff
Add AZLyricsLoader import
2024-01-15 18:02:32 -03:00
anovazzi1
a9086a4e41
Fix parameter in create_json_agent function
2024-01-15 17:54:40 -03:00
anovazzi1
35692ac0b5
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-15 17:52:28 -03:00
anovazzi1
f322c77c5c
Refactor JsonAgentComponent to use create_json_agent function
2024-01-15 17:52:10 -03:00
igorrCarvalho
7f8348727b
Merge branch 'update_lc' of github.com:logspace-ai/langflow into update_lc
2024-01-15 17:46:56 -03:00
igorrCarvalho
0101a5fde9
Refactor: Change onConnection function to zustand store
2024-01-15 17:46:24 -03:00
anovazzi1
6290837d15
Refactor CSVAgent to use create_csv_agent function
2024-01-15 17:25:33 -03:00
anovazzi1
1afaf587af
Update ChatOpenAIComponent parameters
2024-01-15 16:53:22 -03:00
anovazzi1
88118ef5c5
Update ChatOpenAIComponent with NestedDict support
2024-01-15 16:37:59 -03:00
anovazzi1
6e8c00ca75
Update setFilterEdge references in code
2024-01-15 16:20:15 -03:00
anovazzi1
6e01053f6f
fix(App.tsx): increase the timer interval for fetching data to 20 seconds for better performance
...
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
2024-01-15 16:11:56 -03:00
cristhianzl
8a1be061de
chore(playwright-report): fix indentation and formatting in index.html file
...
style(App.css): add overflow: hidden to body and fix indentation and formatting
2024-01-11 17:47:34 -03:00
cristhianzl
76a0f5162c
fix(authContext.tsx): fix condition in logout function to check for autoLogin instead of isAuthenticated to prevent unnecessary logout
2024-01-11 10:03:07 -03:00
cristhianzl
030eed7804
fix(authContext.tsx): add check for isAuthenticated before attempting to logout to prevent unnecessary logout calls
2024-01-11 10:02:13 -03:00
anovazzi1
369ca587fa
Replace SQLAgent with AgentExecutor in SQLAgentComponent constructor
2024-01-10 18:34:14 -03:00
anovazzi1
b4d9118748
Merge remote-tracking branch 'origin/cz/bug/state/zustand' into update_lc
2024-01-10 17:47:33 -03:00
anovazzi1
db7eef597b
Update SQLDatabaseChain.py to use the specific chain class for SQLDatabase
2024-01-10 17:46:51 -03:00
anovazzi1
f9aba724b9
Update RetrievalQAComponent parameters
2024-01-10 17:35:35 -03:00
anovazzi1
8fc03d06ed
Refactor HuggingFaceEmbeddingsComponent to use langchain_community embeddings
2024-01-10 17:22:41 -03:00
anovazzi1
32be1ccbc1
Update CohereEmbeddings import and add new configuration options
2024-01-10 17:03:51 -03:00
anovazzi1
737b29e891
Add type hints and import necessary modules in SlackDirectoryLoaderComponent
2024-01-10 16:51:43 -03:00
anovazzi1
24931545f9
Add Document type to ReadTheDocsLoaderComponent
2024-01-10 16:45:31 -03:00
anovazzi1
f086f31e79
Add field type for metadata in ReadTheDocsLoaderComponent
2024-01-10 16:43:50 -03:00
anovazzi1
1425714ce9
Update OpenAIEmbeddingsComponent configuration
2024-01-10 16:34:29 -03:00
anovazzi1
8650fde69e
Refactor IMSDbLoaderComponent configuration
2024-01-10 15:42:04 -03:00
anovazzi1
5437edc05f
Remove unused import in ChatAnthropic.py
2024-01-10 15:38:01 -03:00
anovazzi1
1f1a1fc009
Refactor HNLoaderComponent to use HNLoader instead of BaseLoader
...
This commit refactors the HNLoaderComponent in the langflow backend to use the HNLoader class instead of the BaseLoader class. The HNLoader class is imported from the langchain_community.document_loaders.hn module. The commit also updates the return type annotation of the `load` method in HNLoaderComponent to HNLoader. Additionally, the metadata field in the component's configuration schema is updated to have a field_type of "dict". This change improves the specificity and functionality of the HNLoaderComponent.
2024-01-10 15:37:47 -03:00
anovazzi1
dfdfcec747
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 15:33:41 -03:00
anovazzi1
2375dd31b2
Add GitbookLoader import and update metadata field type
2024-01-10 15:30:34 -03:00
carlosrcoelho
ee4a0da65d
Update ChatAnthropicComponent configuration
2024-01-10 11:52:39 -03:00
anovazzi1
c2ebeeda9c
Remove unused import statement
2024-01-10 11:48:02 -03:00
anovazzi1
11c5a3e001
Add ChatOpenAI model and update field types
2024-01-10 11:47:54 -03:00
carlosrcoelho
a24e0314bc
Update import statement in Cohere.py
2024-01-10 11:39:11 -03:00
anovazzi1
46e2e69b57
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 11:31:26 -03:00
anovazzi1
44a17f6f25
Update ChatVertexAIComponent parameters
2024-01-10 11:31:22 -03:00
carlosrcoelho
ebe9cfc8a4
Update AnthropicComponent configuration
2024-01-10 11:13:04 -03:00
cristhianzl
3babfedc05
lock
2024-01-10 11:04:09 -03:00
anovazzi1
55e7d23f55
Update CTransformersComponent to include default config values
2024-01-10 10:29:26 -03:00
anovazzi1
a8bf2ccf66
Update LlamaCpp import and return type
2024-01-10 10:19:38 -03:00
anovazzi1
914b8ddf6a
Refactor OpenAIComponent class in OpenAI.py
2024-01-10 10:14:03 -03:00
anovazzi1
6f54fe6579
Update type hints in document loaders
2024-01-10 09:34:26 -03:00
anovazzi1
a291564b4e
Update VertexAIComponent configuration
2024-01-10 09:34:13 -03:00
anovazzi1
84c85727a8
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 08:39:58 -03:00
carlosrcoelho
2fb287525a
Update VertexAIEmbeddingsComponent configuration
2024-01-09 20:13:53 -03:00
carlosrcoelho
aa2aa1da51
Update imports and field types in FacebookChatLoader.py
2024-01-09 19:52:23 -03:00
carlosrcoelho
94eaaed95d
Update EverNoteLoader.py: Added "field_type" attribute to "file" and "dict" types
2024-01-09 19:49:24 -03:00
anovazzi1
ddd613d1fc
Update imports in CharacterTextSplitter.py
2024-01-09 19:45:27 -03:00
anovazzi1
4370cbb334
Update JsonToolkit imports
2024-01-09 19:42:30 -03:00
carlosrcoelho
920f092ea1
Update CollegeConfidentialLoader.py
2024-01-09 19:40:27 -03:00
carlosrcoelho
cbacf55955
Update CoNLLULoaderComponent configuration
2024-01-09 19:38:16 -03:00