Co-authored-by: engchina <atjapan2015@gmail.com>
This commit is contained in:
parent
f0fb38fed4
commit
c8de30f3d9
6 changed files with 75 additions and 44 deletions
|
|
@ -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",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue