Conversation
…replace direct chat model initialization with an init_chat_model() factory function for easier model switching.
…h follow up questions. included query_text in the llm context (conversation history).
- Update chat and chatbot manager tests for new LangGraph implementation - Remove obsolete tests and add comprehensive endpoint coverage - Increased overall test coverage
Use safe_json_dumps from utils.json_utils to ensure consistent and safe JSON serialization across all response handlers
refactor: replace json.dumps with safe_json_dumps for response handling
Add FirestoreJSONEncoder to handle Firestore-specific data types during JSON serialization Implement safe_json_dumps wrapper for convenient JSON serialization
feat(json): add Firestore JSON utilities for data serialization
…-to-langgraph Refactor/215 rag from langchain to langgraph
refactor(backend): migrate to embedding model and vector store
…add-query-prompts
chore: resolve github action security vulnerability
- Minor changes to homepage layout - Fixed bug where user cannot confirm query edit if query is unchanged -
Feat/227 add query prompts
fix(backend): pagination issue
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Problem
Provide the description of the problem.
Link to Issue:
Provide the link to issue
Changes
Explain changes made.
Why
Explain rationale for changes to help the reviewer.
Testing
Indicate what testing done. Like testing local, testing on dev backend, testing on dev UI.