mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 13:12:10 +01:00
Enhance data integration and transcript parsing
- Improved date parsing in fetch_and_store_chat_data to support multiple formats and added error logging for unparseable dates. - Enhanced parse_and_store_transcript_messages to handle empty transcripts and expanded message pattern recognition for both User and Assistant. - Implemented intelligent splitting of transcripts based on detected patterns and timestamps, with fallback mechanisms for unrecognized formats. - Updated documentation for Celery and Redis setup, troubleshooting, and project structure. - Added markdown linting configuration and scripts for code formatting. - Updated Nginx configuration to change the web server port. - Added xlsxwriter dependency for Excel file handling in project requirements.
This commit is contained in:
11
uv.lock
generated
11
uv.lock
generated
@ -482,6 +482,7 @@ dependencies = [
|
||||
{ name = "sqlalchemy" },
|
||||
{ name = "tinycss2" },
|
||||
{ name = "whitenoise" },
|
||||
{ name = "xlsxwriter" },
|
||||
]
|
||||
|
||||
[package.dev-dependencies]
|
||||
@ -517,6 +518,7 @@ requires-dist = [
|
||||
{ name = "sqlalchemy", specifier = ">=2.0.41" },
|
||||
{ name = "tinycss2", specifier = ">=1.4.0" },
|
||||
{ name = "whitenoise", specifier = ">=6.9.0" },
|
||||
{ name = "xlsxwriter", specifier = ">=3.2.3" },
|
||||
]
|
||||
|
||||
[package.metadata.requires-dev]
|
||||
@ -1058,3 +1060,12 @@ sdist = { url = "https://files.pythonhosted.org/packages/b9/cf/c15c2f21aee6b22a9
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/64/b2/2ce9263149fbde9701d352bda24ea1362c154e196d2fda2201f18fc585d7/whitenoise-6.9.0-py3-none-any.whl", hash = "sha256:c8a489049b7ee9889617bb4c274a153f3d979e8f51d2efd0f5b403caf41c57df", size = 20161, upload-time = "2025-02-06T22:16:32.589Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "xlsxwriter"
|
||||
version = "3.2.3"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a7/d1/e026d33dd5d552e5bf3a873dee54dad66b550230df8290d79394f09b2315/xlsxwriter-3.2.3.tar.gz", hash = "sha256:ad6fd41bdcf1b885876b1f6b7087560aecc9ae5a9cc2ba97dcac7ab2e210d3d5", size = 209135, upload-time = "2025-04-17T10:11:23.481Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/37/b1/a252d499f2760b314fcf264d2b36fcc4343a1ecdb25492b210cb0db70a68/XlsxWriter-3.2.3-py3-none-any.whl", hash = "sha256:593f8296e8a91790c6d0378ab08b064f34a642b3feb787cf6738236bd0a4860d", size = 169433, upload-time = "2025-04-17T10:11:21.329Z" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user