Commit graph

12,374 commits

Author SHA1 Message Date
anovazzi1
370f2dff6b refactor: Update TextModal to use TextEditorArea for text input 2024-06-22 12:25:28 -07:00
anovazzi1
eebaea3788 fix refresh on App 2024-06-22 12:25:28 -07:00
anovazzi1
7cf74e733b make onChange updatable 2024-06-22 12:25:28 -07:00
anovazzi1
6f0957aeac updating inside text modal but with bugs 2024-06-22 12:25:28 -07:00
Fendi
45c5e39661 fix: sidebar search input auto fill value when first loading 2024-06-22 11:44:52 -07:00
Fendi
ef6ae81c8c fix: upload files error 2024-06-22 11:44:52 -07:00
Cezar Vasconcelos
fb8269c8fc fix: missing uuid import 2024-06-22 18:35:32 +00:00
Mendon Kissling
1aa46122c4
[Docs] - Global and Project Settings (#2257)
settings-and-nav
2024-06-22 12:44:29 -04:00
Mendon Kissling
e2e18318d5
[Docs] - Multiple outputs (#2256)
multiple-outputs
2024-06-22 12:05:59 -04:00
joaoguilhermeS
e326d86867 chore: Updating poetry lock file 2024-06-22 08:56:54 -07:00
joaoguilhermeS
1def0fa9bc chore: Updating poetry lock file 2024-06-22 08:56:54 -07:00
joaoguilhermeS
e6e0649264 chore: Adjust Faiss Vector Store parameters format 2024-06-22 08:56:54 -07:00
joaoguilhermeS
9eccd0c43b chore: Adjust MongoDB Atlas Vector Store parameters format 2024-06-22 08:56:54 -07:00
joaoguilhermeS
b7aa6c3ea6 Resolve merge conflicts in poetry.lock 2024-06-22 08:56:54 -07:00
joaoguilhermeS
d9c823e1a6 Resolve merge conflicts in poetry.lock 2024-06-22 08:56:54 -07:00
joaoguilhermeS
5ba076cd71 chore: Adjust MongoDB Atlas Vector Store serialization 2024-06-22 08:56:54 -07:00
berrytern
8674f5d9a2 <chore>: adjustments on mongo atlas vector store 2024-06-22 08:56:54 -07:00
berrytern
75cb932e7b <chore>: adjustments on redis vector store 2024-06-22 08:56:54 -07:00
berrytern
795a2bd3df <feat>: add Redis dependency 2024-06-22 08:56:54 -07:00
berrytern
ab78d0aec6 <feat>: update vectorstores to new format:
- CassandraVectorStoreComponent;
  - CouchbaseVectorStoreComponent;
  - FaissVectorStoreComponent;
  - MongoVectorStoreComponent;
  - PGVectorStoreComponent;
  - PineconeVectorStoreComponent;
  - QdrantVectorStoreComponent;
  - SupabaseVectorStoreComponent;
  - UpstashVectorStoreComponent;
  - VectaraVectorStoreComponent;
  - WeaviateVectorStoreComponent;

Fixes:
  - set token of CassandraVectorStoreComponent as secret;
  - set couchbase_password of CouchbaseVectorStoreComponent
as secret;
  - set mongodb_atlas_cluster_uri of MongoVectorStoreCompon
ent as secret;
  - set pg_server_url of PGVectorStoreComponent as secret;
  - set pinecone_api_key of PineconeVectorStoreComponent as
secret;
  - set api_key of QdrantVectorStoreComponent as secret;
  - set supabase_service_key of SupabaseVectorStoreComponen
t as secret;
  - set index_token of UpstashVectorStoreComponent as secre
t;
  - set vectara_api_key of VectaraVectorStoreComponent as s
ecret;
  - set api_key of WeaviateVectorStoreComponent as secret;
2024-06-22 08:56:54 -07:00
italojohnny
270d8595bd remove debug log line 2024-06-22 08:23:30 -07:00
italojohnny
91f4513723 try a new approach to resolve request cancellation
https://github.com/tiangolo/fastapi/discussions/11360
2024-06-22 08:23:30 -07:00
italojohnny
55806ed293 discard old approach 2024-06-22 08:23:30 -07:00
italojohnny
0687f95d3d Apply Prettier formatting 2024-06-22 08:23:30 -07:00
italojohnny
2a88176a8e Discard old approach and implement a simple solution 2024-06-22 08:23:30 -07:00
anovazzi1
131062125f update display of stop button 2024-06-22 08:23:30 -07:00
anovazzi1
53bf1ce015 add window.stop() to stop current requests 2024-06-22 08:23:30 -07:00
italojohnny
95e7f3882c decorate functions with decorator 2024-06-22 08:23:30 -07:00
italojohnny
90f456b2a9 add decorator to cancel disconnected requests
https://github.com/RedRoserade/fastapi-disconnect-example/blob/main/app.py
2024-06-22 08:23:30 -07:00
anovazzi1
34333e1d50 add stop button on building 2024-06-22 08:23:30 -07:00
anovazzi1
ca3e8de432 feat: Add lockChat functionality to FlowStore
This commit adds the lockChat functionality to the FlowStore in order to control the chat lock state. The  method is implemented to update the  state variable. This feature enhances the user experience by allowing the chat to be locked or unlocked as needed.
2024-06-22 08:23:30 -07:00
italojohnny
da5eec8fc7 fix: add trace_name parameter to method call 2024-06-22 07:55:13 -07:00
Gabriel Luiz Freitas Almeida
78fbbaed1f refactor: Remove unused socketio code from main.py 2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
b78e1dcdac chore: Update lxml dependency to version 5.2.2 2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
4175fc13f6 🔧 (Makefile): add 'update' target to run 'poetry update' command for updating dependencies
🔧 (pyproject.toml): update version to "1.0.0rc0" for the 'langflow' package
🔧 (pyproject.toml): update version to "0.0.73" for the 'langflow-base' package
🔧 (pyproject.toml): remove 'python-socketio' dependency and update other dependencies to specific versions
2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
2fa4ebd036 📝 (service.py): Add Optional import from typing to allow for Optional type hint
♻️ (service.py): Refactor variable declarations and type annotations for better code readability and maintainability
📝 (service.py): Update method signatures and type annotations for better clarity and consistency
2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
e59966bff8 refactor: Update set_run_id method to accept only uuid.UUID or None as run_id parameter 2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
cada4e8570 refactor: Add optional type hint for extra parameter in add_result_pair method 2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
5405809e90 🐛 (custom_component.py): fix an issue where the code was trying to access model_dump method on message object without checking if it is an instance of BaseModel class 2024-06-21 21:49:22 -07:00
Gabriel Luiz Freitas Almeida
88a8294d90 ♻️ (chat.py): remove unnecessary type hint for graph variable to improve code readability and consistency 2024-06-21 21:49:22 -07:00
ming luo
20f7c6757f mock kube-config 2024-06-21 20:55:42 -07:00
ming luo
b2c714067a update poetry.lock 2024-06-21 20:55:42 -07:00
ming luo
17adc8b5a5 fix unit test 2024-06-21 20:55:42 -07:00
ming luo
1bf668a941 kubernetes secret manager 2024-06-21 20:55:42 -07:00
ming luo
c2b9f22172 poetry run ruff format . 2024-06-21 20:55:42 -07:00
ming luo
e416c7a0c6 fix test and ruff 2024-06-21 20:55:42 -07:00
ming luo
59f96c2ea3 add varaible service base 2024-06-21 20:55:42 -07:00
Gabriel Luiz Freitas Almeida
977181fd22 refactor: Update TracingService to use defaultdict for inputs and outputs 2024-06-21 20:04:20 -07:00
Gabriel Luiz Freitas Almeida
1e7b92a44c Update build_component_and_get_results function to use the private _tracing_service variable for improved encapsulation and code organization. 2024-06-21 20:04:20 -07:00
Gabriel Luiz Freitas Almeida
bf57cb8e43 refactor: Add child link dictionary to LangSmithTracer class 2024-06-21 20:04:20 -07:00