anovazzi1
184b66f5ab
Refactor ReadTheDocsLoaderComponent to update document metadata
2024-01-15 20:06:29 -03:00
anovazzi1
0881f0600d
Refactor document loaders to support metadata
2024-01-15 19:57:39 -03:00
anovazzi1
310886b0ba
Refactor IMSDbLoaderComponent to update document metadata
2024-01-15 19:49:04 -03:00
anovazzi1
64bcb971ad
Refactor HNLoaderComponent load method to update document metadata
2024-01-15 19:38:59 -03:00
anovazzi1
69f2f51161
Refactor document loaders to update metadata
2024-01-15 19:34:47 -03:00
Gabriel Luiz Freitas Almeida
79c20ec46b
Update create_engine method to include max_overflow parameter
2024-01-15 19:24:56 -03:00
igorrCarvalho
b874fca246
Fix: CSVLoader CC not working
2024-01-15 18:59:46 -03:00
anovazzi1
4c63e40032
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-15 18:34:26 -03:00
anovazzi1
59a1370c2d
Refactor document loaders to support metadata
2024-01-15 18:34:22 -03:00
Lucas Oliveira
d0daf5ad83
Fixed handles not showing when changing the output of the custom code
2024-01-15 22:13:08 +01:00
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
李羊
46ea695fc1
chat websocket api support param token and x-api-key
2024-01-15 17:41:30 +08:00
李羊
d5841a05c8
chat websocket api support param token and x-api-key
2024-01-15 17:29:47 +08:00
Gabriel Luiz Freitas Almeida
7fc32b342a
Refactor imports and initialize services in __main__.py
2024-01-14 18:15:56 -03:00
Gabriel Luiz Freitas Almeida
e75f5f4745
Refactor run_on_mac_or_linux function and remove unused imports
2024-01-14 18:14:40 -03:00
Gabriel Luiz Freitas Almeida
71bb7c18e4
Refactor process_graph_cached function
2024-01-14 17:50:03 -03:00
Gabriel Luiz Freitas Almeida
73f87dd611
Fix memory inputs and update function arguments
2024-01-14 17:49:28 -03:00
Gabriel Luiz Freitas Almeida
54c40c670a
Add support for running on Linux using gunicorn
2024-01-14 16:01:50 -03:00
Gabriel Luiz Freitas Almeida
be83ffb0e7
Add Optional parameter to load_session method
2024-01-14 15:21:59 -03:00
Gabriel Luiz Freitas Almeida
2a69254eda
Add build_graph_and_generate_result function to process.py
2024-01-14 15:21:51 -03:00
Gabriel Luiz Freitas Almeida
0b68decdfc
Add PreloadResponse schema
2024-01-14 15:21:46 -03:00
Gabriel Luiz Freitas Almeida
a562c1f98e
Refactor API endpoints and add preload functionality
2024-01-14 15:21:43 -03:00
Gabriel Luiz Freitas Almeida
7b1f30ea80
Refactor LangflowApplication constructor
2024-01-14 15:21:39 -03:00
Gabriel Luiz Freitas Almeida
5c4b2a55de
Update main.py with FastAPI configuration
2024-01-14 15:21:34 -03:00
Gabriel Luiz Freitas Almeida
88c75e29b2
Import multiprocessing and fix run_langflow function
2024-01-14 15:21:30 -03:00
cristhianzl
3b3bfc9b5a
fixing scroll-overflow on react flow
2024-01-11 17:59:45 -03:00
cristhianzl
2986741e61
style(App.css): add overflow: hidden to body to prevent horizontal scrolling
...
style(App.css): remove unnecessary auto values for width, height, and border-radius in .react-flow__node class
2024-01-11 17:48:11 -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
Gabriel Luiz Freitas Almeida
13fdc62fde
Added OllamaEmbeddings component with documentation ( #1309 )
...
Ollama embeddings are useful to enhance langflow's support of Ollama,
allowing users to run LLMs such as Mistral and LLama locally. Langchain
documentation can be found via [this
link](https://python.langchain.com/docs/integrations/text_embedding/ollama ).
Changes:
- New `OllamaEmbeddingsComponent` class
- Associated documentation in the `Embeddings` section
2024-01-11 12:04:46 -03:00
Gabriel Luiz Freitas Almeida
78c32b9b5a
Added AzureOpenAIEmbeddings component ( #1293 )
...
I have added AzureOpenAIEmbeddings component on Embeddings.
2024-01-11 12:04:18 -03:00
Gabriel Luiz Freitas Almeida
aac9ab2c5c
Update AzrueChatOpenAI component. Change api_version to option field … ( #1288 )
...
In order to reduce user’s operating steps, I change "api_version" to
option field and select the latest version by default.
2024-01-11 12:03:53 -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
60445d3af0
fix(authContext.tsx): fix condition in logout function to check for autoLogin instead of isAuthenticated to prevent unnecessary logout
2024-01-11 10:02:50 -03:00
cristhianzl
c54c080629
fix(authContext.tsx): add check for isAuthenticated before attempting to logout to prevent unnecessary logout calls
2024-01-11 10:02:26 -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
cristhianzl
d250bf868b
fix(headerComponent): handle case where stars is null by displaying 0 instead to prevent rendering issues
2024-01-11 09:52:02 -03:00
cristhianzl
2899eacdc9
lock
2024-01-10 22:49:04 -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