mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-03 17:54:10 +00:00 
			
		
		
		
	- **Description:** Implement Ontotext GraphDB QA Chain - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** @OntotextGraphDB
		
			
				
	
	
		
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '3.7'
 | 
						|
 | 
						|
services:
 | 
						|
 | 
						|
  graphdb:
 | 
						|
    image: graphdb
 | 
						|
    container_name: graphdb
 | 
						|
    ports:
 | 
						|
      - "7200:7200"
 |