songjinu
songjinu
**Describe the bug** I wanna parallelly call this API: /api/v1/process/{flow_id} by 'sync:false'. But all APIs performed sequentially. My flow is simple like ConversationChain with ChatOpenAI. I wanna service to 100...
**Describe the bug** ModuleNotFoundError: No module named 'pwd' at 'langflow run' on windows os **Browser and Version** - Browser [chrome] - Version [lanflow 0.6.7a5] **To Reproduce** Steps to reproduce the...
**Describe the bug** I'm getting a column size error when using MySQL. It seems to executed when initial setup starter_projects ``` sqlalchemy.exc.DataError: (raised as a result of Query-invoked autoflush; consider...
**Describe the bug** I got a error when use redis cache. > RedisCache.upsert() got an unexpected keyword argument 'lock' I setted env : LANGFLOW_CACHE_TYPE= redis - tested tag : v1.0.0a32...
**Describe the bug** - TypeError: RedisCache.upsert() got an unexpected keyword argument 'lock' - I need independent cache server, because I use multi process like uvicorn worker 10. - How can...
How can i serve store locally ? Can i set LANGFLOW_STORE_URL in .env ? I wanna make a langflow store locally.
**Describe the bug** The error - duplicate 'folder_id' in alembic at src/backend/base/langflow/alembic/versions/012fb73ac359_add_folder_table.py ``` if "folder_id" not in inspector.get_columns("flow"): with op.batch_alter_table("flow", schema=None) as batch_op: batch_op.add_column(sa.Column("folder_id", sqlmodel.sql.sqltypes.GUID(), nullable=True)) batch_op.create_foreign_key("flow_folder_id_fkey", "folder", ["folder_id"], ["id"])...
**Describe the bug** Duplicate "session_id" in response of API on pre-release. **Browser and Version** - Browser [chrome] - Version [1.0.0a44] **To Reproduce** Steps to reproduce the behavior: 1. Call API...
How can set subpath on my langflow ? - I running below > python -m langflow run - I can access to langflow > http://localhost:7860 - I wanna access to...
### Feature Request Can we make TracingService optional, similar to LANGFLOW_DO_NOT_TRACK? ### Motivation langsmith, langwatch is cloude service. so, there are many env that make a network. ### Your Contribution...