mirror of
https://github.com/zebrajr/localGPT.git
synced 2025-12-06 00:20:19 +01:00
docs: remove graph queries reference from Smart Routing feature
- Updated Smart Routing description to remove mention of 'graph queries' - Changed from 'RAG, direct LLM, or graph queries' to 'RAG and direct LLM responses' - Addresses PR feedback that graph-related features are not yet enabled Co-Authored-By: PromptEngineer <jnfarooq@outlook.com>
This commit is contained in:
parent
934891e625
commit
07d68571e9
|
|
@ -50,7 +50,7 @@ The architecture is **modular and lightweight**—enable only the components you
|
|||
### 🤖 AI-Powered Chat
|
||||
- **Natural Language Queries**: Ask questions in plain English
|
||||
- **Source Attribution**: Every answer includes document references
|
||||
- **Smart Routing**: Automatically chooses between RAG, direct LLM, or graph queries
|
||||
- **Smart Routing**: Automatically chooses between RAG and direct LLM responses
|
||||
- **Query Decomposition**: Breaks complex queries into sub-questions for better answers
|
||||
- **Semantic Caching**: TTL-based caching with similarity matching for faster responses
|
||||
- **Session-Aware History**: Maintains conversation context across interactions
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user