Overtrained / contextual-qa-chat-app

0 stars 0 forks source link

3 add context to chat bot #11

Closed mcnewcp closed 10 months ago

mcnewcp commented 10 months ago

The chatbot now consists of a RAG workflow which pulls context from a pinecone vector store consisting of the top ~5,000 posts and comments across financial subreddits. It also uses OpenAI and prompts the user for an OpenAI api key.

This closes #3 and #10.