Skip to content

Commit

Permalink
fix: Change engine to pgvector
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Jan 26, 2024
1 parent 668fbe2 commit d0bc15b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions experiments/configurations/pgvector-single-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"name": "pgvector-m-32-ef-128",
"engine": "qdrant",
"engine": "pgvector",
"connection_params": {},
"collection_params": {
"hnsw_config": { "m": 32, "ef_construct": 128 }
Expand All @@ -53,7 +53,7 @@
},
{
"name": "pgvector-m-32-ef-256",
"engine": "qdrant",
"engine": "pgvector",
"connection_params": {},
"collection_params": {
"hnsw_config": { "m": 32, "ef_construct": 256 }
Expand All @@ -66,7 +66,7 @@
},
{
"name": "pgvector-m-32-ef-512",
"engine": "qdrant",
"engine": "pgvector",
"connection_params": {},
"collection_params": {
"hnsw_config": { "m": 32, "ef_construct": 512 }
Expand All @@ -79,7 +79,7 @@
},
{
"name": "pgvector-m-64-ef-256",
"engine": "qdrant",
"engine": "pgvector",
"connection_params": {},
"collection_params": {
"hnsw_config": { "m": 64, "ef_construct": 256 }
Expand All @@ -92,7 +92,7 @@
},
{
"name": "pgvector-m-64-ef-512",
"engine": "qdrant",
"engine": "pgvector",
"connection_params": {},
"collection_params": {
"hnsw_config": { "m": 64, "ef_construct": 512 }
Expand Down

0 comments on commit d0bc15b

Please sign in to comment.