Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
StarfallProjects authored Jan 3, 2024
1 parent c7cd04f commit 2e341e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ For usage examples and templates to help you get started, refer to n8n's [Qdrant

--8<-- "_snippets/integrations/builtin/cluster-nodes/vector-store-mode.md"

### Parameters for **Get Many**
### Parameters for Get Many

* Qdrant collection name
* Prompt: search query.
* Limit: how many results to retrieve from the vector store. For example, set this to `10` to get the ten best results.

### Parameters for **Insert Documents**
### Parameters for Insert Documents

* Qdrant collection name
* Qdrant collection creation configuration - Optional

### Parameters for **Retrieve Documents (For Agent/Chain)**
### Parameters for Retrieve Documents (For Agent/Chain)

* Qdrant collection name

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/builtin/credentials/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can use these credentials to authenticate the following nodes:

You need an API key and Qdrant cluster URL to establish a connection.

Refer to [Qdrant's authentication docs](https://qdrant.tech/documentation/cloud/authentication/#authentication) to know how to get these.
Refer to [Qdrant's authentication docs](https://qdrant.tech/documentation/cloud/authentication/#authentication){:target=_blank .external-link} for guidance on getting your key and URL.

## Related resources

Expand Down

0 comments on commit 2e341e2

Please sign in to comment.