AI bulk summarizer for AMD-GPUs
Stars
0
Forks
0
Watchers
0
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
feature: update compose.yaml to set OLLAMA_MODEL environment variable; modify main.py to retrieve model from environment
1c6afb7View on GitHubfeature: remove OLLAMA_MODEL from .env.example and update main.py to accept model as argument; modify compose.yaml command to specify model directly
305dfbbView on GitHubfeature: update markdown file handling and improve chunk summarization logic in main.py and chunker.py
c0cdbfbView on GitHubfeature: improve chunk summarization logic and extend timeout for Ollama API requests
875dd4bView on GitHubfeature: update summarization model parameters and improve markdown file encoding; enhance message handling in OllamaAPIResponse
b090889View on GitHubfeature: refactor OllamaAPIResponse to accept model and created_at as kwargs and simplify markdown filename generation
d59aba6View on GitHubfeature: add volume for shared Ollama models in compose.yaml
5c388f7View on GitHubfeature: refactor OllamaAPIResponse to use kwargs for dynamic attributes and simplify message handling in summarize_text_with_ollama
bd717d8View on GitHubfeature: enhance error handling in summarize_text_with_ollama by adding a default return message for structural errors
ea2c74dView on GitHubfeature: refactor OllamaAPIResponse initialization to use a dictionary for dynamic attributes and improve error handling in summarize_text_with_ollama
abd8677View on GitHubfeature: improve error handling in summarize_text_with_ollama by logging exceptions instead of raising them
b711f45View on GitHubfeature: update pylint workflow to install dependencies from requirements.txt
2a7f5f2View on GitHubfeature: add docstring to pdf_reader.py for text extraction function and improve error handling in summarize_text_with_ollama
1c5041aView on GitHubfeature: add module docstrings to chunker.py and markdown_tool.py, and improve chunk_text function parameter handling
8aa2d05View on GitHubfeature: add module docstrings to main.py and summarizer.py, and remove unused imports
d720c97View on GitHub