A foray into AWS Sagemaker, Amazon Textract, LangChain, HuggingFace. and FAISS.
The goal of this project is to build a simple RAG chatbot that will answer questions regarding my resume.
This project follows the code from
https://gitlab.com/juliensimon/huggingface-demos/-/blob/main/langchain/rag-demo-sagemaker-textract/Building%20a%20simple%20RAG%20chatbot.ipynb
Written in Python 3.9.9. Some packages used:
- sagemaker
- langchain
- amazon-textract-caller
- amazon-textract-textractor
- sentence-transformers
- pypdf
- faiss-cpu
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- LinkedIn: in/ecdedios/
- Resumé: http://ednalyn.com
- Data Science Projects https://datasciencenerd.us
- Fork it (https://github.com/ecdedios/rag-langchain-aws/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
2024