Path after completion

Hi All,
Wanted to understand the path to pursue after completion so that we are in track of relevant skills needed to succeed. Also since AWS bedrock is a paid service, Are there any opensource alternatives which we can use to develop RAG based applications?

You can use ChromaDB (free open source vector db), together with something like Ollama or llama.cpp to run a local LLM to build a RAG-based application locally. All three of these have very good official documentation to get you started. Good luck and have fun!

1 Like