Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cowboysj opened a pull request on KHU-Cloud-Project/Ameet-Server
[Feat] AWS Transcribe, Bedrock 연결
## #️⃣ 관련 이슈 - #45 ## 💡 작업내용 1. infra 폴더 추가 2. transcribe, bedrock 연결 3. Bedrock Claude 실시간으로 응답 전송하는 스트리밍 방식으로 구현했습니다. SSE 방식을 사용해서 프론트엔드에서 EventSource API를 이용해서 간단하게 연결할 수 있습니다. ## 📸 스크...cowboysj opened an issue on KHU-Cloud-Project/Ameet-Server
Feat : 봇 기능 구현
## ✨ 이슈 내용 > ## 💡 작업 내용 - [ ] - [ ] ## 📌 참고 사항cowboysj pushed 4 commits to develop KHU-Cloud-Project/Ameet-Server
cowboysj closed an issue on KHU-Cloud-Project/Ameet-Server
Feat : 회의록 생성 시 S3 presignedUrl 생성 후 반환
## ✨ 이슈 내용 > 회의록 생성 시 S3 presignedUrl 생성 후 반환 ## 💡 작업 내용 - [ ] S3 presignedUrl 생성 후 반환 ## 📌 참고 사항cowboysj closed a pull request on KHU-Cloud-Project/Ameet-Server
Feat : 회의록 생성 시 S3 presignedUrl 생성 후 반환
## #️⃣ 관련 이슈 - #43 ## 💡 작업내용 1. 회의록 생성 시 음성 파일 업로드를 위한 S3 PresignedUrl을 생성 후 반환하게 추가하였습니다. 2. ERD도 수정하였고, meetingResponse에 필드 추가하였습니다. 3. presignedUrl duration 우선 24시간으로 설정해두었습니다. ## 📸 스크...cowboysj pushed 1 commit to feat/#43 KHU-Cloud-Project/Ameet-Server
- feat : presignedUrl duration 설정 52990cb
cowboysj opened a pull request on KHU-Cloud-Project/Ameet-Server
Feat : 회의록 생성 시 S3 presignedUrl 생성 후 반환
## #️⃣ 관련 이슈 - #43 ## 💡 작업내용 회의록 생성 시 음성 파일 업로드를 위한 S3 PresignedUrl을 생성 후 반환하게 추가하였습니다. ## 📸 스크린샷(선택) ![image](https://github.com/user-attachments/assets/352f4170-5e2c-4fea-ad96-b82f194522...cowboysj pushed 1 commit to feat/#43 KHU-Cloud-Project/Ameet-Server
- feat : 회의록 생성 시 S3 presignedUrl 생성 후 반환 9e316a7
cowboysj opened an issue on KHU-Cloud-Project/Ameet-Server
Feat : Bedrock 연결
## ✨ 이슈 내용 > ## 💡 작업 내용 - [ ] - [ ] ## 📌 참고 사항cowboysj opened an issue on spring-projects/spring-ai
Would Refactoring Long Methods in Bedrock Converse API Be Acceptable?
I’ve been a regular and enthusiastic user of Spring AI, and I’ve always appreciated its capabilities. When I previously asked about [Bedrock API support](https://github.com/spring-projects/spring-a...cowboysj opened a pull request on spring-projects/spring-ai
Fix Image Path and Broken xref Links in Documentation
### Issue #1812 ### Image Path Corrections Fixed multiple incorrect image paths causing rendering errors in the documentation. Updated image references to use consistent and correct relative ...cowboysj opened an issue on spring-projects/spring-ai
Fix Incorrect Image Path and Broken xref Links in Documentation
## Problem **Incorrect Image Path in `Spring-AI-docs`** ### The image reference `image::spring_ai_logo_with_text.svg` is not resolving correctly. This may be due to an incorrect relative pat...cowboysj pushed 1 commit to fix/cowboysj-fix-typo cowboysj/spring-ai
- fix: correct file path to resolve loading issue fa87a93
cowboysj pushed 1 commit to fix/cowboysj-fix-typo cowboysj/spring-ai
- fix: correct image path to resolve loading issue bd972fb
cowboysj pushed 1 commit to fix/cowboysj-fix-typo cowboysj/spring-ai
- fix : provides is -> provides a 701b20d
cowboysj created a branch on cowboysj/spring-ai
fix/cowboysj-fix-typo - An Application Framework for AI Engineering
cowboysj pushed 34 commits to main cowboysj/spring-ai
- Fix duplicate keys in ChatResponseMetadata for OllamaApi.ChatResponse metadata Fix assertion in contructor of Ollama... 08b0c30
- add OllamaChatModelTests Signed-off-by: jitokim <[email protected]> 1298a28
- Update chroma.adoc c529c83
- Fix TokenCountBatchingStrategy example. (#1702) d2e9e55
- Fixes for Azure OpenAI ITs aff18bf
- Fix OpenSearch vector store configuration and update mapping defaults - Fix the embedding dimension configuration fo... de53e64
- Upgrade azure-openai library to beta.12 - Correct merge utils after lib update a7b5652
- Add support for optional keyless authentication. Implemented a new configuration property 'useKeylessAuth' to toggle... a446242
- Group together deps that are also managed by boot in pom.xml See issue #1212 6688634
- Remove Boot dependency from core anthropic and watson modules Fixes: #1591 edc7003
- feat(tools): Add tool call history to ToolContext - Add TOOL_CALL_HISTORY constant to store tool call history - Exte... 0eacc91
- Remove explicit ChatOptions for the models using FunctionCallingOptions - Since FunctionCallingOptions already exte... 3812d2e
- Fix checkstyle errors 3b95dfd
- Update chroma.adoc 379f212
- feat(spring-ai): add operation type and provider metrics to advisor observations Add AI_OPERATION_TYPE and AI_PROVID... 13d2074
- Fix Bedrock Converse streaming/call and token handling - Modify stream method to support recursive tool call han... 00ede3f
- fix(bedrock-converse): Update tool use handling and add usage aggregation tests (#1777) - Replace hardcoded "tool_us... 551206f
- Add truncation support for Cohere embeddings Fixes: #1753 https://github.com/spring-projects/spring-ai/issues/1753 ... 1abfd9a
- Align with the latest Chroma API - Added Jackson annotations for JSON property handling in Chroma API request/respon... 52999b4
- Add deprecation in Document of embeddings and content formatter c783c6b
- and 14 more ...
cowboysj pushed 1 commit to develop GIGEDI/GIGEDI-BE
- [Feat] Redis 설정 (#72) * feat : redis 추가 * feat : redis 추가 * feat : redis 추가 * feat : 배포 branch develop으로 변경... fa5f080