mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
added revised changes
This commit is contained in:
@@ -32,7 +32,8 @@ class Qdrant_Existing_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Qdrant Server URL',
|
label: 'Qdrant Server URL',
|
||||||
name: 'qdrantServerUrl',
|
name: 'qdrantServerUrl',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
placeholder: 'http://localhost:6333'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Qdrant Collection Name',
|
label: 'Qdrant Collection Name',
|
||||||
@@ -42,14 +43,14 @@ class Qdrant_Existing_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Qdrant API Key',
|
label: 'Qdrant API Key',
|
||||||
name: 'qdrantApiKey',
|
name: 'qdrantApiKey',
|
||||||
type: 'password'
|
type: 'password',
|
||||||
|
optional: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Qdrant Collection Cofiguration',
|
label: 'Qdrant Collection Cofiguration',
|
||||||
name: 'qdrantCollectionCofiguration',
|
name: 'qdrantCollectionCofiguration',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ class QdrantUpsert_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Qdrant Server URL',
|
label: 'Qdrant Server URL',
|
||||||
name: 'qdrantServerUrl',
|
name: 'qdrantServerUrl',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
placeholder: 'http://localhost:6333'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Qdrant Collection Name',
|
label: 'Qdrant Collection Name',
|
||||||
@@ -50,7 +51,8 @@ class QdrantUpsert_VectorStores implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Qdrant API Key',
|
label: 'Qdrant API Key',
|
||||||
name: 'qdrantApiKey',
|
name: 'qdrantApiKey',
|
||||||
type: 'password'
|
type: 'password',
|
||||||
|
optional: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Top K',
|
label: 'Top K',
|
||||||
|
|||||||
Reference in New Issue
Block a user