I maybe found a "bug" #1898
Closed
SaschKitchen
started this conversation in
General
Replies: 1 comment
-
Please open an issue for it if the issue still exists |
Beta Was this translation helpful? Give feedback.
0 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.
-
in /application/vectorstore/qdrant.py line:14 I ran into an error because of replacing is only for strings. This is why I suggest to cast soure_id to sting like this: match=models.MatchValue(value=str(source_id).replace("application/indexes/", "").rstrip("/")),
Beta Was this translation helpful? Give feedback.
All reactions