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
b718f53419
Refactor run_on_mac_or_linux function and remove unused imports ( #1335 )
...
This pull request refactors the run_on_mac_or_linux function by removing unused imports and updating the function signature. This improves the code readability and maintainability.
2024-01-14 18:16:48 -03:00
Gabriel Luiz Freitas Almeida
3244e3b34a
Update version to 0.6.5a3 in pyproject.toml
2024-01-14 18:16:09 -03: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
c7daa1d078
Fix memory inputs and update function arguments ( #1334 )
...
Refactor process_graph_cached function
Update version to 0.6.5a2 in pyproject.toml
2024-01-14 17:51:19 -03:00
Gabriel Luiz Freitas Almeida
2e9186db99
Update version to 0.6.5a2 in pyproject.toml
2024-01-14 17:50:33 -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
38bfa141d9
Add support for running on Linux using gunicorn ( #1333 )
...
This pull request adds support for running the application on Linux using gunicorn. It also updates the version number in the pyproject.toml file.
2024-01-14 16:02:41 -03:00
Gabriel Luiz Freitas Almeida
404bbcaf33
Update version number in pyproject.toml
2024-01-14 16:02:15 -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
116bb985d3
Bump version to 0.6.5a0 in pyproject.toml ( #1332 )
...
This pull request updates the version in the pyproject.toml file to 0.6.5a0.
2024-01-14 15:24:56 -03:00
Gabriel Luiz Freitas Almeida
bf30d158c3
Bump version to 0.6.5a0 in pyproject.toml
2024-01-14 15:24:02 -03:00
Gabriel Luiz Freitas Almeida
2d087c6ce2
Add experimental preload endpoint ( #1331 )
...
This endpoint allows the Graph to be kept preprocessed in a session.
2024-01-14 15:23:02 -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
YoungWook KIM
5d857e98db
Update docker-compose.yml
...
Problems with Docker Compose not being able to find the backend
2024-01-12 09:59:47 +09: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
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