I have config the Qdrant database to store vector, and the handler 'GenerateEmbeddingsHandler' & 'SaveRecordsHandler', but the Qdrant playload text not store the vector. #1031
Unanswered
Austin-Patrician
asked this question in
1. Q&A
Replies: 1 comment 3 replies
-
From a quick look, the partitioning step is missing, so the embedding handler can't find the sources |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the screen shot i attach, i have configed the embeeding & save record handler, and also set the IKernelMemoryBuilder with QdrantMemoryDb.
when i was uploaded a markdown file to go through all the handlers, and i am sure about that the embedding and save_record handler will be invoked when the process start. but the qdrant collection point playload text not store the vector randomized, that was make me confused. any advice or solution will very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions