Takehiro Suzuki

Results 29 issues of Takehiro Suzuki

- Remove unnecessary dependencies from the [unstructured](https://github.com/Unstructured-IO) package (It seems not to be possible for now) - Switch to Graviton (ARM builds seem to reduce image size. Need to validate)

enhancement

Current implementation [deletes all of chunks before creating](https://github.com/aws-samples/bedrock-claude-chat/blob/main/backend/embedding/main.py#L49-L82) to keep idenpotency. But upsert operation is better in terms of performance especially for large dataset. Primary key may need to be...

enhancement

Default cert is `rds-ca-2019`. Longer cert such as `RDS_CA_RDS2048_G1 ` is desirable to suppress maintenance. Possible solution: https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-rds#ca-certificate

enhancement

Ref: - https://docs.google.com/presentation/d/1zxkSI7lLUBrZycA-_znwqu8DDyVhHLkQGScvzaZrUns/edit#slide=id.g24540368959_0_2617 - https://docs.anthropic.com/claude/docs/guide-to-anthropics-prompt-engineering-resources

enhancement

*Issue #, if available:* Closes #248 *Description of changes:* - If disabled, - The prompt is instructed to omit the citation - `GET related-documents` returns null - `used_chunks` in the...

## Describe the solution you'd like A solution that allows for efficient and parallel processing of PDF files during the embedding task. This solution should consider the following aspects: 1....

enhancement

#428, #139 # Frontend Implementation Policy ## Implementation Location - Frontend code should be implemented under `src/features/bot-kb`. ## Configuration Options - In the cdk.json settings, the `useBedrockKnowledgeBaseForRag: bool` option will...

roadmap

## Describe the solution you'd like [GPT Store](https://openai.com/index/introducing-the-gpt-store/) like feature. ### Possible Requirements - Customized bot owners can attach tags and categories so that user can search based on them...

enhancement

## Describe the solution you'd like Refactoring agent with [converse API](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html) ## Why the solution needed - It can omit langchain based codes, which make this sample simplified - Currently...

enhancement

## Describe the solution you'd like Reduce option to disable StandbyReplicas for OpenSearch Serverless on Knowledge Base. ## Why the solution needed Standby replica is enabled by default, but in...

enhancement