What does HackerNews think of gpt4-pdf-chatbot-langchain?

GPT4 & LangChain Chatbot for large PDF docs

Language: TypeScript

#54 in TypeScript
I am just trying to get started with some of this. I found this repo tonight https://github.com/mayooear/gpt4-pdf-chatbot-langchain that seems interesting.
It seems to be a paid version of https://github.com/mayooear/gpt4-pdf-chatbot-langchain

It uses langchain and pinecone to create a semantic index over the PDF content and search it based on question asked to sends the relevant information to openAI GPT api using embeddings.

langchain and llama-index are two big opensource projects which are great for buildign this type of thing.

https://github.com/mayooear/gpt4-pdf-chatbot-langchain for example