Yashu Gupta
Yashu Gupta
Hi Divam How much time it takes to train and i have train it as it is and when making predictions giving a empty response for the same query "This...
Hi How much bleu score you have achieved in this implementation and for how much epocs in actual you have trained .
Hi When i am trying to make a post request i am getting the below error requests.exceptions.SSLError: HTTPSConnectionPool(host='api.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /translate?api-version=3.0&to=de (Caused by SSLError(SSLEOFError(8, 'EOF occurred...
### Bug Description I have installed the langflow and posgress server on windows and langflow is also on windows . I have created a database in posgress and i have...
### Bug Description I have enabled the Postgress and created a table , LANGFLOW_DATABASE_URL=postgresql://postgres:admin123@localhost:5432/langflow_db I have created .env file in current directory as below LANGFLOW_AUTO_LOGIN=False LANGFLOW_SUPERUSER=admin LANGFLOW_SUPERUSER_PASSWORD=adminpass LANGFLOW_SECRET_KEY=omwSFORq-bnV5cs2rrP6bhcqtCvnJqMs9ZormSXx5Kw LANGFLOW_DATABASE_URL=postgresql://postgres:admin123@localhost:5432/langflow_db then...
### Bug Description I am building the source as made few changes in frontend , materialistic change . I have created docker compose file as below services: langflow-app: build: context:...
### Bug Description I have created a custom component under just to test from langflow import CustomComponent from langflow.inputs import HandleInput from langflow.io import Output from langflow.schema.message import Message import...
### Bug Description Lets suppose i have api which takes text and output text. This will be a post request in python. I have a function for that . import...