chatgpt-langchain-qna-on-your-docs icon indicating copy to clipboard operation
chatgpt-langchain-qna-on-your-docs copied to clipboard

Personalize ChatGPT using LangChain, and get answers from your own documents and knowledge base.

Results 3 chatgpt-langchain-qna-on-your-docs issues
Sort by recently updated
recently updated
newest added

Hi there, i have just found your repository on my way to learn how to make chatbots. trying to run your app, i run into this error: ``` [2023-08-03T10:10:21.325Z] INFO:...

Hi, I'm trying to use Markdown in the Conversation.tsx So, I added these import: ``` import ReactMarkdown from 'react-markdown'; import remarkGfm from 'remark-gfm'; ``` And I changed the div for...

I am trying to deploy this on the web instead of localhost but I tried Vercel and Netfly they keep running in the deployment stage without going further. what should...