Manoranjan Rajguru

Results 4 issues of Manoranjan Rajguru

### System Info max_total_tokens is hardcoded to 1512 and cant be changed from SageMaker. ### Information - [ ] Docker - [ ] The CLI directly ### Tasks - [...

### System Info ``` import json from sagemaker.huggingface import HuggingFaceModel # sagemaker config instance_type = "ml.g5.48xlarge" number_of_gpu = 2 health_check_timeout = 300 # Define Model and Endpoint configuration parameter config...

**Describe the bug** Hi Team, I was trying out the new tracing feature with LangChain. I can see the input and output are traced as NULL. **How To Reproduce the...

bug
long-term

### Reference Issues Adding SQLDocstore for Postgres as Docstore ### Summary Adding SQLDocstore for Postgres as Docstore ### Basic Example ``` COLLECTION_NAME = "test" store = SQLDocStore( collection_name=COLLECTION_NAME, connection_string=os.environ['POSTGRES_CONNECTION_STRING']) ```...

enhancement