### What problem does this PR solve? #6910 ### Type of change - [x] Documentation Updatetags/v0.18.0
| --- | --- | ||||
| sidebar_position: 2 | |||||
| sidebar_position: 8 | |||||
| slug: /construct_knowledge_graph | slug: /construct_knowledge_graph | ||||
| --- | --- | ||||
| ## Accept or decline team invite | ## Accept or decline team invite | ||||
| Click on your avatar in the top right corner of the page, then select **Team** in the left-hand panel to access the **Team** page. | |||||
| 1. You will be notified when you receive an invitation to join a team: | |||||
|  | |||||
| 2. Click on your avatar in the top right corner of the page, then select **Team** in the left-hand panel to access the **Team** page. | |||||
|  |  | ||||
| ### Retrieve chunks | ### Retrieve chunks | ||||
| ```python | ```python | ||||
| RAGFlow.retrieve(question:str="", dataset_ids:list[str]=None, document_ids=list[str]=None, page:int=1, page_size:int=30, similarity_threshold:float=0.2, vector_similarity_weight:float=0.3, top_k:int=1024,rerank_id:str=None,keyword:bool=False,higlight:bool=False) -> list[Chunk] | |||||
| RAGFlow.retrieve(question:str="", dataset_ids:list[str]=None, document_ids=list[str]=None, page:int=1, page_size:int=30, similarity_threshold:float=0.2, vector_similarity_weight:float=0.3, top_k:int=1024,rerank_id:str=None,keyword:bool=False,highlight:bool=False) -> list[Chunk] | |||||
| ``` | ``` | ||||
| Retrieves chunks from specified datasets. | Retrieves chunks from specified datasets. |