Skip to content

AWS GitHub repo gone?

0

Hi all,

I am building a genAI chatbot using AWS Lambda, OpenSearch Serverless, CloudFormation, Bedrock, and S3 to build it and then AWS API Gateway to host it on our website.

Originally I was using the code found in this GitHub repo to play around with before I make the real thing:

https://github.com/aws-samples/amazon-bedrock-samples/tree/main/rag-solutions/contextual-chatbot-using-knowledgebase

I opened the repo just a few days ago on Friday 4th October, and it was there. Now, it is no longer there. I have noticed that lots of other folders in the repo are no longer available when you click on them. Does anyone know why AWS might've deleted them and what I can do about this? I won't be able to do my project without it...

Thank you, Em

1 Answer
0
Accepted Answer

Hello.

If you check the archive branch as of October 6th, there is a "rag-solutions" directory, so why not get the necessary files from there?
I'm not an AWS employee, so I don't know why it was deleted.
https://github.com/aws-samples/amazon-bedrock-samples/tree/main_archieve_10_06_2024

Try cloning the repository by specifying the branch name as below.

git clone https://github.com/aws-samples/amazon-bedrock-samples.git -b main_archieve_10_06_2024
EXPERT
answered 9 months ago
AWS
SUPPORT ENGINEER
reviewed 9 months ago
  • Thank you very much, Riku!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.