forked from open-webui/open-webui
		
	feat: rag context logging
This commit is contained in:
		
							parent
							
								
									7563619e26
								
							
						
					
					
						commit
						a6c154d839
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -156,6 +156,8 @@ def rag_messages(docs, messages, template, k, embedding_function): | ||||||
| 
 | 
 | ||||||
|         relevant_contexts.append(context) |         relevant_contexts.append(context) | ||||||
| 
 | 
 | ||||||
|  |     log.debug(f"relevant_contexts: {relevant_contexts}") | ||||||
|  | 
 | ||||||
|     context_string = "" |     context_string = "" | ||||||
|     for context in relevant_contexts: |     for context in relevant_contexts: | ||||||
|         if context: |         if context: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek