Activity
bump ruff pre-commit hook to v0.6.3
bump ruff pre-commit hook to v0.6.3
use st.cache_resource for caching unserializable objects
use st.cache_resource for caching unserializable objects
remove trailing whitespace using pre-commit hook
remove trailing whitespace using pre-commit hook
langchain migration: replace old imports with new imports
langchain migration: replace old imports with new imports
fix deprecated top-level linter settings
fix deprecated top-level linter settings
replace mypy with basedpyright for type checking
replace mypy with basedpyright for type checking
migrate langchain to most recent version, restructure dependencies
migrate langchain to most recent version, restructure dependencies
update ruff lint selection for accurate flake8-comprehensions rule (C4)
update ruff lint selection for accurate flake8-comprehensions rule (C4)
disable poetry package mode
disable poetry package mode
update pyproject.toml and poetry.lock to only include top-level depen…
update pyproject.toml and poetry.lock to only include top-level depen…
update text input label for clearer user guidance
update text input label for clearer user guidance
extend data retrieval to include last 156 weeks of stock performance
extend data retrieval to include last 156 weeks of stock performance
optimize data retrieval to fetch only last 10 weeks of stock data
optimize data retrieval to fetch only last 10 weeks of stock data
fix typo in introductory page of InvestorGPT
fix typo in introductory page of InvestorGPT
add financial analysis tools for stock market data
add financial analysis tools for stock market data
add introductory page for InvestorGPT
add introductory page for InvestorGPT
update dependencies to their latest versions
update dependencies to their latest versions
add TODO for advanced processing chain integration in handle_qa
add TODO for advanced processing chain integration in handle_qa
clarify the use of HAS_TRANSCRIPTION with inline comment
clarify the use of HAS_TRANSCRIPTION with inline comment
refactor to use dependency injection for better modularity
refactor to use dependency injection for better modularity