Skip to content

akshay5995/feed-chat

Repository files navigation

Feed Chat (BETA)

Transform your RSS feed into a cutting-edge QA chatbot and amplify the interactivity of your blog posts.

Powered by Langchain (https://github.com/hwchase17/langchainjs) and OpenAI API (https://openai.com).

Deploy with Vercel

Demo

https://chat.rocketeer.dev/

Screenshot

Screenshot

Get started

Add the following env variables to your .env file:

RSS_DOMAIN=yourdomain.com
RSS_PATH=rss.xml # without leading slash
OPENAI_API_KEY=your-open-ai-api-key
OPENAI_MAX_TOKENS=number-of-tokens
# Optional
CONTENT_X_PATH=article # default is article tag
OPENAPI_ORG=your-openapi-org

Run locally

yarn dev

Deploy

yarn build
yarn start

Limitations

Currently, states are transient (i.e, ineffective in terms of cost). Project still in very early stages of development. Roadmap is to make it more robust and add more features. Cost of proect is high due to OpenAI API usage.

I'll be happy to accept any PRs to make it better.

About

Transform your RSS feed into a cutting-edge QA chatbot and amplify the interactivity of your blog posts.

Resources

Stars

Watchers

Forks