how to configure qdrant db ? #1026
-
Hi, what is wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The message says that you're missing the configuration of a File Storage. You need to have something like this: https://github.com/marcominerva/KernelMemoryService/blob/master/KernelMemoryService/Program.cs#L65 (in this example, document are stored on the file system). |
Beta Was this translation helpful? Give feedback.
The message says that you're missing the configuration of a File Storage. You need to have something like this: https://github.com/marcominerva/KernelMemoryService/blob/master/KernelMemoryService/Program.cs#L65 (in this example, document are stored on the file system).