6 Commits

Author SHA1 Message Date
zhenjie.ye
f71e389d5b Refactor code formatting in lightrag_api_openai_compatible_demo.py 2024-10-26 16:12:10 +08:00
jatin009v
72ce8b85f4 Key Enhancements:
Error Handling:

Handled potential FileNotFoundError for README.md and requirements.txt.
Checked for missing required metadata and raised an informative error if any are missing.
Automated Package Discovery:

Replaced packages=["lightrag"] with setuptools.find_packages() to automatically find sub-packages and exclude test or documentation directories.
Additional Metadata:

Added Development Status in classifiers to indicate a "Beta" release (modify based on the project's maturity).
Used project_urls to link documentation, source code, and an issue tracker, which are standard for open-source projects.
Compatibility:

Included include_package_data=True to include additional files specified in MANIFEST.in.
These changes enhance the readability, reliability, and openness of the code, making it more contributor-friendly and ensuring it’s ready for open-source distribution.
2024-10-25 18:39:55 +05:30
LarFii
10d1ac4885 ollama test 2024-10-16 15:15:10 +08:00
LarFii
8627632517 update 2024-10-10 14:58:21 +08:00
Larfii
c18697305e update 2024-10-08 14:39:05 +08:00
Larfii
44463503fd update 2024-10-08 10:38:50 +08:00