In this week, I experienced two main projects, replica and localGPT.
replica
demo:
Replica is trying to build a model hub. I haven't dive in its structure yet, but I will do more research because I belive it'll be more popular and widely used in futre for its easy usage.
localGPT
this is the site on github: https://github.com/PromtEngineer/localGPT
I deployed it on my PC with version CPU(my PC doesn't have a high permance GPU, if you have one, you can use the GPU version). Although CPU version is much slower(it took almost several minutes to get a simple answer), I'm glad it succeeded at last.
You can learn Langchain via this project and experience vector DB too.