Is there plans to integrate/expose sparse vector embeddings (adding to the point) using the langchain4j qdrant integration? #75
Closed
nirmalavhcl
started this conversation in
General
Replies: 1 comment
-
Could you please move this discussion to https://github.com/langchain4j/langchain4j/discussions? |
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.
-
I see that the qdrant embedding store in langchain4j has no support for named vectors or adding dense/sparse embeddings in one go- https://github.com/langchain4j/langchain4j/blob/main/langchain4j-qdrant/src/main/java/dev/langchain4j/store/embedding/qdrant/QdrantEmbeddingStore.java
Any plans to address it? If I want to leverage langchain4j , what would qdrant client dev recommend we augment this integration?
Beta Was this translation helpful? Give feedback.
All reactions