LLMQuant / LLMQuant/quant-mind
[Feature] source: Integrated more source.
@wanghaoxue0 is already working on this.
Since Aug 3, 2025.
- Dominant language
- Python
- Stars
- 3k
- Forks
- 484
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Currently, only `ArxivSource` is supported, and we are missing many necessary source types. We should consider adding support for the following sources to `quantmind/sources`:
- [ ] `SearchSource`: Content from search engines (this will require defining a corresponding data standard in `quantmind/models`).
- [ ] `AISearchSource`: Content from AI-powered search tools (like Perplexity).
Additionally, as we integrate more sources, we will inevitably discover **shortcomings** in the current interface design. It is necessary to continuously update and optimize the design of the source interface.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.