Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 818 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 818 Bytes

Equity News Querying Tool

Using langchain, the OpenAI API, and streamlit via Python to build a research tool that draws insights from a custom news knowledge-base.

On the user interface (web-app), enter 3 links of websites containing the news you need to analyze (limit can be increased if needed).

Enter a query, e.g. a specific question about the contents in these links, or ask for a summary of one or more links.

The tool will pull the data from the web links, process them, and return an answer to your question based on the knowledge base of these links alone. It will also quote the sources, i.e., which of the 3 links it has derived the answer from.

streamlit news querying app