QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

data knowledge llm pipeline quantitative-finance quantitative-research workflow
3 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue help wanted

QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

Python
#data#knowledge#llm#pipeline#quantitative-finance#quantitative-research#workflow

AI Summary: Integrate an embedding model using LiteLLM into the QuantMind framework. This involves creating an `embedding.py` file, unit tests, an `EmbeddingConfig` class, and a usage example demonstrating the integration.

Complexity: 3/5
enhancement good first issue help wanted

QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

Python
#data#knowledge#llm#pipeline#quantitative-finance#quantitative-research#workflow

AI Summary: This task requires building a Quant Paper Agent that fetches research papers from arXiv, parses them using an LLM-based parser, tags them with relevant financial topics using another LLM, generates summaries, and saves the structured data as a `Knowledge` object. This involves connecting existing components (ArxivSource, LocalStorage) and creating new ones (LlamaParser, LLMTagger, SummaryFlow) to form a complete knowledge extraction pipeline.

Complexity: 4/5
help wanted example

QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

Python
#data#knowledge#llm#pipeline#quantitative-finance#quantitative-research#workflow