https://github.com/l-applin/sdk-hackathon-2024-llm-kb
Exploration of Bedrock Knowledge base for the 2024 AWS SDK Hackathon
https://github.com/l-applin/sdk-hackathon-2024-llm-kb
Last synced: 2 months ago
JSON representation
Exploration of Bedrock Knowledge base for the 2024 AWS SDK Hackathon
- Host: GitHub
- URL: https://github.com/l-applin/sdk-hackathon-2024-llm-kb
- Owner: L-Applin
- Created: 2024-02-02T12:56:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T14:39:00.000Z (over 1 year ago)
- Last Synced: 2025-01-27T13:50:12.743Z (4 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS SDK - Hackathon 2024
Repo for my exploration of Knowledge Bases for Amazon Bedrock
Includes response evaluation system that will ask both the KB and the foundation model
to evaluate if the answer returned by the RetreiveAndGenerate API call is more accurate
than simply calling the LLM as-is.