Anush

Results 183 comments of Anush

Should be resolved now. https://github.com/n8n-io/n8n/pull/8080/commits/2881e63c050b2f198f34c0f00833abc7ee8dddec P.S. Bumping the docs PR. https://github.com/n8n-io/n8n-docs/pull/1796

Hey @libin85, from your error message, it is clear that [named vectors](https://qdrant.tech/documentation/concepts/collections/#collection-with-multiple-vectors) are causing the issue. `QdrantRetrieveUserProxyAgent` uses Qdrant's FastEmbed library to generate and query embeddings. The FastEmbed integration creates...

Hello guys. With the new [`langchain-qdrant`](https://api.python.langchain.com/en/latest/qdrant_api_reference.html) package, there's a fallback to empty string if `page_content` is `None`. So you won't run into this error anymore. However, an empty string is...

@uzumakinaruto19, use the new `langchain-qdrant` package. ``` pip install --upgrade --quiet langchain-qdrant ``` ``` from langchain_qdrant import Qdrant ``` https://python.langchain.com/v0.2/docs/integrations/vectorstores/qdrant/

Hey @max-niederman, could you please review when you're available? Thanks.

Hi @max-niederman. Welcome back. I'll take a look.

Hi @max-niederman. Could you try `npm install -g ttyper` and `ttyper` on your device now?

You cannot specify values for both `url` and `host`. Remove either one.