Manoranjan Rajguru

Results 6 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

Hi Team I am getting Could not complete vectorization action. The vectorization endpoint returned status code '401'. I followed this https://github.com/Azure/azure-search-vector-samples/blob/93c839591bf92c2f10001d287871497b0f204a7c/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb. ```# Hybrid Search query = "Which is more comprehensive,...

HI Team I am trying the below notebook and i am getting error https://github.com/Azure/azure-search-vector-samples/blob/0b1be9798b96ec6d32dccb5bc70d0c8a1142f6ae/demo-python/code/indexers/index-and-chat/index-and-chat.ipynb `File ~/Codes/azure-duplex-voice-bot/.venv/lib/python3.12/site-packages/azure/search/documents/indexes/_search_indexer_client.py:636, in SearchIndexerClient.create_or_update_skillset(self, skillset, match_condition, skip_indexer_reset_requirement_for_cache, disable_cache_reprocessing_change_detection, **kwargs) 633 _validate_skillset(skillset) 634 skillset_gen = skillset._to_generated() if...