mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-10 13:52:11 +02:00
fix jtd, remove temp files - final translation push
Signed-off-by: Alex Jenkins <kjenkins60@gatech.edu>
This commit is contained in:
parent
bfabe742d2
commit
62290d793c
543 changed files with 4399 additions and 1373 deletions
|
|
@ -1,5 +1,13 @@
|
|||
---
|
||||
layout: default
|
||||
title: "תמיכה בסטרימינג של RAG - ספציפיציה טכנית"
|
||||
parent: "Hebrew (Beta)"
|
||||
---
|
||||
|
||||
# תמיכה בסטרימינג של RAG - ספציפיציה טכנית
|
||||
|
||||
> **Beta Translation:** This document was translated via Machine Learning and as such may not be 100% accurate. All non-English languages are currently classified as Beta.
|
||||
|
||||
## סקירה כללית
|
||||
|
||||
מסמך זה מתאר את הוספת תמיכה בסטרימינג לשירותי GraphRAG ו-DocumentRAG, המאפשרות תגובות בזמן אמת, שוט אחר שוט, עבור שאילתות שליפה של גרפי ידע ומסמכים. זה מרחיב את הארכיטקטורה הסטנדרטית לסטרימינג, אשר כבר מיושמת עבור שירותי LLM להשלמת טקסט, בקשות וסוכנים.
|
||||
|
|
@ -165,4 +173,4 @@ async def query(
|
|||
|
||||
- יישום קיימת: `docs/tech-specs/streaming-llm-responses.md`
|
||||
- סטרימינג של PromptClient: `trustgraph-base/trustgraph/base/prompt_client.py`
|
||||
- סטרימינג של סוכן: `trustgraph-flow/trustgraph/agent/react/agent_manager.py`
|
||||
- סטרימינג של סוכן: `trustgraph-flow/trustgraph/agent/react/agent_manager.py`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue