Backend revamped completely and added evaluation framework with support for llm/embedding/fuzzy#9
Open
BhaveshSonalkar wants to merge 67 commits intomasterfrom
Open
Backend revamped completely and added evaluation framework with support for llm/embedding/fuzzy#9BhaveshSonalkar wants to merge 67 commits intomasterfrom
BhaveshSonalkar wants to merge 67 commits intomasterfrom
Conversation
Add Frontend and code restructure
* AI Agent Save and Load * Playground overhaul * AI Agent Restructure and Code Refactor
* AI Agent Save and Load * Playground overhaul * AI Agent Restructure and Code Refactor * Dataset Operations and UI
* AI Agent Save and Load * Playground overhaul * formatting with 120 chars line break * added db_manager * reformatted * minor renaming * dict from str in promt * minor change * added shell context processor * mionr change * minor change refactor * minor fixes * added models in shell * added certifi * made picture nullable * made picture nullable * added custom field * fixes in custom field deserialization * added transaction support in CRUD base class * added pre-commit in requirements.txt * added ignore error code * optimized imports * using mongo engine * added shell context * added reverse_delete_rule=DENY * refactor * mongo engine connection added * added dataset type enum * format with pre-commit * added readme * user object creation added on login * modified as get_or_create does not exist * minor change * removed some field defaults * minor change * added datetime utils * revamped ai agent apis * revamped ai agent apis * added project routes * registered routes * minor fixes * dataset_routes modified * ai agents routes rename * casting object id to string * bug fixes * added url prefix * fixed prefix urls * fixed prefix urls * added serializers.py * moved AiAgent to ai_agent_services.py * added uniqueness constraint in User models.py * minor changes * removed internal management of history from LLMResponseService * minor change * using snake casing in urls * added streaming response service * modified ai agent routes and handled variant creation and removal logic * minor change * passing config in create app function * bug fix in indexes * fixes in crate app * prompt validation added * added logs * configured logging * removed imports * minor changes * minor changes * added serializer for variant * removed unused imports * added logs in auth * removed context as it is not used * bug fix * renamed MODELS to LLM_MODELS * removing firebase integration * api bug fix * removed models in core --------- Co-authored-by: aman-pandey-afk <aman_p@ph.iitr.ac.in>
This file contains hidden or 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
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.
No description provided.