mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 02:42:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			659 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			659 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -x
 | |
| 
 | |
| pytest api/tests/integration_tests/vdb/chroma \
 | |
|   api/tests/integration_tests/vdb/milvus \
 | |
|   api/tests/integration_tests/vdb/pgvecto_rs \
 | |
|   api/tests/integration_tests/vdb/pgvector \
 | |
|   api/tests/integration_tests/vdb/qdrant \
 | |
|   api/tests/integration_tests/vdb/weaviate \
 | |
|   api/tests/integration_tests/vdb/elasticsearch \
 | |
|   api/tests/integration_tests/vdb/vikingdb \
 | |
|   api/tests/integration_tests/vdb/baidu \
 | |
|   api/tests/integration_tests/vdb/tcvectordb \
 | |
|   api/tests/integration_tests/vdb/upstash \
 | |
|   api/tests/integration_tests/vdb/couchbase \
 | |
|   api/tests/integration_tests/vdb/oceanbase \
 | |
|   api/tests/integration_tests/vdb/tidb_vector \
 | 
