-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.0 #8
Merged
Merged
0.1.0 #8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Install llm-core * Use core in RMQ * Use config.py as core duplicate * Use core in model * Updated diana config * Updated readme * Fix embeddings output type * Fix model variable duplicate * Added num_parallel_processes parameter * Fix Dict type def * Init all abstract methods * Fix _score call * chatgpt -> chat_gpt * Use pass instead of None
* Updated requirements * Added persona to llm * Removed num_parallel_processes from LLM class
* Remove json config as deprecated * Updated install files * Updated readme * Updated requirements * Updated main and rmq * Updated model file name * Updated folder name * Updated model * Added API key init * Fixed private var use * Use latest version of models * context_depth only even
* Updated install files * Updated readme * Updated main and rmq * Updated model file name * Updated folder name * Updated model * Updated requirements * Use gemini * Added model field * Added system_prompt wrapper * Update to support Submind participation (#2) * Resovle import error Update dependencies for chatbotsforum compat. Update license tests * Use stable embeddings --------- Co-authored-by: Daniel McKnight <daniel@neon.ai> Co-authored-by: NeonBohdan <bohdan@neon.ai> * Fix instruction loss of empty history --------- Co-authored-by: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Co-authored-by: Daniel McKnight <daniel@neon.ai>
* Add Docker manual release action Update license notices to 2025 * Whitelist MIT-licensed `attrs` package that is failing license tests
…e logging config (#6) Initialize log and prevent joining thread for async consumer support Update Dockerfile to set default config path
* Update neon-llm-core dependency to stable version * Whitelist `RapidFuzz` package in license tests as it carries an MIT license https://pypi.org/project/RapidFuzz/
17 tasks
NeonBohdan
approved these changes
Mar 5, 2025
NeonDaniel
approved these changes
Mar 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
0.0.2a10 (2025-03-03)
Full Changelog
Merged pull requests:
0.0.2a9 (2025-01-17)
Full Changelog
Merged pull requests:
0.0.2a8 (2025-01-17)
Full Changelog
Merged pull requests:
0.0.2a7 (2024-04-04)
Full Changelog
Merged pull requests:
0.0.2a6 (2024-03-25)
Full Changelog
Merged pull requests:
0.0.2a5 (2024-01-17)
Full Changelog
Merged pull requests:
0.0.2a3 (2023-11-16)
Full Changelog
0.0.2a2 (2023-10-23)
Full Changelog
0.0.2a1 (2023-10-19)
Full Changelog
0.0.1 (2023-06-30)
Full Changelog
0.0.1a4 (2023-06-30)
Full Changelog
0.0.1a3 (2023-06-06)
Full Changelog
0.0.1a2 (2023-05-16)
Full Changelog
* This Changelog was automatically generated by github_changelog_generator