bc485b44b8
- Enhanced README.md with a clearer project overview, features, technologies used, and installation instructions. - Updated vector dimension in config.py from 4096 to 1024 for Cohere embeddings. - Modified main.py to serve HTML responses for the home page, news fetching, and recommendations. - Improved error handling and ensured articles have links in the responses. - Cleaned up news_fetcher.py by removing unnecessary print statements. - Updated recommender.py to refine insights generation and summary extraction. - Added Jinja2 for templating and improved the project structure for better organization. - Included API documentation for better understanding of endpoints and usage.
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
fastapi==0.109.2
|
|
uvicorn==0.27.1
|
|
feedparser==6.0.10
|
|
cohere==4.47
|
|
pinecone-client==3.0.2
|
|
python-dotenv==1.0.1
|
|
groq==0.4.2
|
|
pydantic==2.6.3
|
|
python-multipart==0.0.9
|
|
httpx==0.27.0
|
|
beautifulsoup4==4.12.3
|
|
jinja2==3.1.2
|