mayooear / gpt4-pdf-chatbot-langchain

GPT4 & LangChain Chatbot for large PDF docs
https://www.youtube.com/watch?v=ih9PBGVVOO4
14.73k stars 3k forks source link

Is there a javascript version of this repo? #435

Closed troublesprouter closed 4 months ago

dosubot[bot] commented 7 months ago

🤖

Hello @troublesprouter,

I'm Dosu, a friendly bot here to assist you while we wait for a human maintainer. I can help you solve bugs, answer questions, and guide you on how to become a contributor.

I'm currently reviewing your issue and will provide you a detailed answer shortly. Stay tuned!

dosubot[bot] commented 7 months ago

🤖

Yes, there is a JavaScript version of the gpt4-pdf-chatbot-langchain repository. This version uses Next.js, a popular JavaScript framework for building server-side rendered and static web applications. This is evidenced by the 'next.config.js' file in the repository, which is a configuration file for Next.js. It contains settings like 'reactStrictMode' set to true, 'swcMinify' set to true, and a custom 'webpack' configuration. These settings are specific to JavaScript and Next.js, further confirming the use of JavaScript in the repository.

The JavaScript version of the repository provides several features, including handling POST requests, validating and sanitizing questions, creating a vector store and a retriever, handling chat history, asking questions, handling responses, and error handling. You can find the code that supports these features in the pages/api/chat.ts file.

The 'package.json' file in the repository also plays a crucial role. It provides metadata about the project, manages dependencies, defines scripts for running common tasks, and specifies the type of JavaScript modules used in the project. For example, you can start the development server by running the "npm run dev" command, which is defined in the "scripts" section of the 'package.json' file.

You can find more details about these features and the 'package.json' file in the context provided above. If you have any more questions, feel free to ask.

Sources


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

dosubot[bot] commented 4 months ago

Hi, @troublesprouter,

I'm helping the gpt4-pdf-chatbot-langchain team manage their backlog and am marking this issue as stale. From what I understand, you inquired about the availability of a JavaScript version of the repository, and the bot responded with a detailed explanation, confirming the existence of a JavaScript version using Next.js. The response included information about the features and specific files in the repository that support JavaScript, such as 'package.json' and 'pages/api/chat.ts', along with sources for further details.

Could you please confirm if this issue is still relevant to the latest version of the gpt4-pdf-chatbot-langchain repository? If it is, kindly let the gpt4-pdf-chatbot-langchain team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or the issue will be automatically closed in 7 days.

Thank you!