Kerem Nalbant

Results 7 issues of Kerem Nalbant

* Allow users to choose the type in the schema (string | List[string]) * Allow users to get multiple json objects (get JSON array) in the response. I achieved it...

### Describe the feature Allow users passing the `name` prop to `KnowledgeBase` construct. ### Use Case I'm always frustrated when I see this kind of names in the resources: `KBdummystackKowledgeBase7B2CE0F9`....

needs-triage

Fixes #459 Added `collectionName?: string` prop to `VectorCollectionProps` interface. --- Fixes #457 Added `standbyReplicas`prop to `VectorCollectionProps` interface. --- Fixes #458 Added `name?: string` prop to `KnowledgeBaseProps` interface. --- By submitting...

beginning-contributor

### Describe the feature Allow users passing the `collectionName` prop to OpenSearch Serverless Collection ### Use Case I'm always frustrated when I random generated service names. ### Proposed Solution create...

needs-triage

AWS recently introduced [AWS Bedrock Cross-region Inference endpoints](https://aws.amazon.com/blogs/machine-learning/getting-started-with-cross-region-inference-in-amazon-bedrock/). Which routes the requests to the models deployed in another regions, when dealing with low rate limits. To use that, users need...

bedrock

Merged for `LangChainJS`: https://github.com/langchain-ai/langchainjs/pull/6682 Closed PR as the `Bedrock` is deprecated in `langchain-core`: https://github.com/langchain-ai/langchain/pull/26038 Hey, I recently I switched using to Bedrock Inference models. With Inference models, Amazon introduced a...

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

investigate