Skip to content

when use memory store qdrant , occurs 404 error #351

@AwesomeYuer

Description

@AwesomeYuer

Describe the bug

This issue is easy for occurs! I remember the old version have not this 404 error issue

I am not sure this issue whether cause the issue #213 (comment)

BTW: Up to now, I found same issue as #213 is exists indeed, but it have been closed.

@crickman have this #213 bug been fixed? or in fixing? thanks

To Reproduce
You need to config as below only, and then chat!

{
  "MemoryStore": {
    "Type": "qdrant",
    "Qdrant": {
      "Host": "http://localhost",
      "Port": "6333",
      "VectorSize": 1536
      // "Key":  ""
    },
}

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

image

Platform

  • OS: Windows
  • IDE: VS 2022
  • Language: [e.g. C#,]
  • Source: Latest code on 16th Sep, 2023

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmemoryIssues or questions related to memory

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions