mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix rerank_model bug in chat and markdown bug (#4061)
### What problem does this PR solve? Fix rerank_model bug in chat and markdown bug #4000 #3992 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
This commit is contained in:
@ -1435,7 +1435,7 @@ session = create_session(AGENT_ID,rag_object)
|
||||
|
||||
---
|
||||
|
||||
## Converse with agent without `begin` component
|
||||
## Converse with agent
|
||||
|
||||
```python
|
||||
Session.ask(question: str, stream: bool = False) -> Optional[Message, iter[Message]]
|
||||
|
||||
Reference in New Issue
Block a user