About 30,700 results
Open links in new tab
  1. Microsoft.SemanticKernel.Connectors.Memory.Qdrant - GitHub

    Microsoft.SemanticKernel.Connectors.Memory.Qdrant 0.15.231219.1-preview Latest Qdrant connector for Semantic Kernel skills and semantic memory Install from the command line: …

  2. .Net: Qdrant: Unable to Create Collection with Multiple Named …

    Feb 11, 2025 · Several months ago I set up a local Qdrant instance that I've been using for testing. Part of the setup included a collection with multiple named vectors using Cosine …

  3. .Net: Bug: Qdrant CreateCollectionIfNotExistsAsync fails for the …

    Nov 23, 2024 · Describe the bug An error occurs when creating a Qdrant collection for the first time. However, the collection is created. A subsequent run works fine. The problem is in await …

  4. VectorStore_VectorSearch_MultiStore_Qdrant.cs - GitHub

    // Run the process and pass a key generator function to it, to generate unique record keys. // The key generator function is required, since different vector stores may require different key types. …

  5. semantic-kernel/python/semantic_kernel/connectors/memory/qdrant/qdrant

    """Initializes a new instance of the QdrantVectorRecordStore. When using qdrant client, make sure to supply url and api_key. When using qdrant server, make sure to supply url or host and …

  6. Scrolling with Qdrant connector · Issue #12852 · microsoft

    I am trying to use the SK qdrant connector to pull all points in a collection, but I've not had any success. I understand that Qdrant is not well suited for keyword searches, and that it's built for …

  7. semantic-kernel/dotnet/src/Connectors/Connectors.Memory.Qdrant ...

    Integrate cutting-edge LLM technology quickly and easily into your apps - semantic-kernel/dotnet/src/Connectors/Connectors.Memory.Qdrant/Connectors.Memory.Qdrant.csproj …

  8. semantic-kernel/dotnet/samples/Concepts/Memory ... - GitHub

    While the other /// fields in the record can be mapped by the default Qdrant mapper, the default /// mapper doesn't support complex types like metadata, which is a Qdrant struct /// containing a …

  9. .Net: qdrant: Support Date and DateTime filtering - GitHub

    Mar 20, 2025 · The problem with DateTime is that it has various modes (Utc, Local and Unspecified) and since Qdrant includes timezone information in storage, we wouldn't …

  10. .Net: Update Qdrant.Client to latest to resolve breaking change

    Apr 10, 2025 · @buvinghausen - can you use the 9.1.0 version of Aspire.Qdrant.Client for now, which will bring in Qdrant.Client 1.12.0, which should work with the SemanticKernel package, …