mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:39:26 +08:00
Co-authored-by: engchina <atjapan2015@gmail.com>
This commit is contained in:
@@ -13,11 +13,9 @@ class OracleVectorTest(AbstractVectorTest):
|
||||
self.vector = OracleVector(
|
||||
collection_name=self.collection_name,
|
||||
config=OracleVectorConfig(
|
||||
host="localhost",
|
||||
port=1521,
|
||||
user="dify",
|
||||
password="dify",
|
||||
database="FREEPDB1",
|
||||
dsn="localhost:1521/FREEPDB1",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user