Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naphattha/a-financial-knowledge-graph-construction-from-set50-annual-reports

This project builds a Financial Knowledge Graph from SET50 data, comparing its query efficiency and accuracy with a relational database to enhance complex financial analysis.
https://github.com/naphattha/a-financial-knowledge-graph-construction-from-set50-annual-reports

chatbot-integration financial-data-analysis financial-knowledge-graph mysql neo4j python

Last synced: 4 days ago
JSON representation

This project builds a Financial Knowledge Graph from SET50 data, comparing its query efficiency and accuracy with a relational database to enhance complex financial analysis.

Awesome Lists containing this project

README

        

# A Financial Knowledge Graph Construction from SET50 Annual Reports

This project provides a chatbot interface to query financial data for SET50 companies. It compares performance between two databases, Neo4j (graph-based) and MySQL (relational), in handling complex financial queries. The project leverages a Large Language Model (LLM) for natural language interpretation.

Project Structure

* llm-chatbot-python-neo4j: Contains code for Neo4j database integration.
* llm-chatbot-python-mysql: Contains code for MySQL database integration.

Each directory includes the necessary files to run an independent instance of the chatbot application.