Merged
Conversation
- Update unified_qa.py with LiteLLM integration improvements - Update config.py with RAG configuration options - Update cli.py with improved error handling - Update test files for compatibility
- Add LiteLLM multi-provider LLM support documentation - Document Advanced RAG features (contextual summarization, chunk re-ranking) - Update API endpoints (v1 and v2) - Document complete data flow for both v1 and v2 APIs - Update service layer architecture details - Add RAG configuration options - Update project structure to reflect current components
- Add LiteLLM multi-provider support to architecture diagram - Document AdvancedRAGService, ContextualSummarizationService, ChunkReRanker - Update data flow to include both v1 and v2 API flows - Add v2 API endpoints documentation - Update performance metrics for v1 and v2 APIs - Document LLMProviderManager component
- Add LiteLLM multi-provider support - Document v1 and v2 API endpoints - Update architecture section with RAG components - Update API keys section to reflect multiple providers - Add RAG configuration documentation
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.
unified_qa.pywithLiteLLMintegration improvementsconfig.pywith RAG configuration optionscli.pywith improved error handling