Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Langflow 1.0 #2303

Merged
merged 4,646 commits into from
Jun 24, 2024
Merged

Release Langflow 1.0 #2303

merged 4,646 commits into from
Jun 24, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This PR releases Langflow 1.0 in the main branch and updates the documentation.

zzzming and others added 30 commits June 21, 2024 20:55
…cess model_dump method on message object without checking if it is an instance of BaseModel class
… 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
…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
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.
  - 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;
ogabrielluiz and others added 20 commits June 24, 2024 05:56
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
…ripts (#1650)

* Add logger import in script.py.mako

* Fix error handling during upgrade in alembic scripts

* Bump version to 0.6.14 in pyproject.toml
* Add logger import in script.py.mako

* Fix error handling during upgrade in alembic scripts

* Bump version to 0.6.14 in pyproject.toml

* Update column types in credential and api_key models

* Bump version to 0.6.15 in pyproject.toml
* Update .gitignore to ignore additional files and directories

* Add migration to fix column types

* Bump version to 0.6.17 in pyproject.toml
* add ? to prevent bug when template has no value

* Refactor determine_component_name function in utils.py to use file name

* Bump version to 0.6.18 in pyproject.toml

---------

Co-authored-by: anovazzi1 <[email protected]>
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0

* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.

* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
* Update .gitignore to ignore additional files and directories

* Add migration to fix column types

* Bump version to 0.6.17 in pyproject.toml
* add ? to prevent bug when template has no value

* Refactor determine_component_name function in utils.py to use file name

* Bump version to 0.6.18 in pyproject.toml

---------

Co-authored-by: anovazzi1 <[email protected]>
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0

* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.

* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 59 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 57 minutes (more than 100, code: "api-deployments-free-per-day").

github-actions[bot]
github-actions bot previously approved these changes Jun 24, 2024
Copy link

vercel bot commented Jun 24, 2024

Deployment failed with the following error:

Resource is limited - try again in 49 minutes (more than 100, code: "api-deployments-free-per-day").

@ogabrielluiz ogabrielluiz merged commit 900e3f8 into main Jun 24, 2024
5 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.